Roobiq / RBQFetchedResultsController

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

Support for notifications on updates made on a RLMResult #31

Closed mcgregok closed 9 years ago

mcgregok commented 9 years ago

https://github.com/realm/realm-cocoa/issues/1172

You can do bulk updates to objects in an RLMResult by calling setValue:ForKey: on it. Any plans on adding categories for notifications to RLMResults to be able to support this?

bigfish24 commented 9 years ago

yeah that is a good idea, I will add it

bigfish24 commented 9 years ago

Ok added it with this commit: https://github.com/Roobiq/RBQFetchedResultsController/commit/59f7eda595527279bf46ca6c27dfe5b154086d9c

just update your pod to get it.

mcgregok commented 9 years ago

Awesome! Thanks for maintaining this project and helping tackle one of the largest deficiencies in Realm.

bigfish24 commented 9 years ago

No problem! I needed it and wanted to contribute back.