Roobiq / RBQFetchedResultsController

Drop-in replacement for NSFetchedResultsController backed by Realm.
MIT License
476 stars 70 forks source link

RealmSwift 2.1.1 #111

Closed phatblat closed 7 years ago

phatblat commented 7 years ago

To finish up #103, a temporary hack was employed to get around an issue that only occurs when this library is not built as a framework. RealmSwift 2.1.1 introduced some converter functions which address this issue.

Replace the hack with the new API and set 2.1.1 to be the minimum RealmSwift version.

bigfish24 commented 7 years ago

Fixed in https://github.com/Roobiq/RBQFetchedResultsController/releases/tag/v5.0.1