Roobiq / RBQFetchedResultsController

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

Use the new notifications API #82

Closed kylebshr closed 8 years ago

kylebshr commented 8 years ago

Now that Realm supports changes in notifications, it might be a good idea to see if this works better than the current implementation!

hsavit1 commented 8 years ago

one thing that the new notifications API doesn't seem to support is section computations... hence why this project still holds value for me :)

bigfish24 commented 8 years ago

Yep, want to update it for this. Will get to it today. Means no more RBQRealmNotificationManager!

bigfish24 commented 8 years ago

Fixed: https://github.com/Roobiq/RBQFetchedResultsController/pull/83