MRRealmResultsController 0.0.1

MRRealmResultsController 0.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Héctor Marqués.



  • By
  • Héctor Marqués Ranea

This is untested and undocumented code not suitable for production use.

MRRealmResultsController is an alternative to NSFetchedResultsController for use with realm-cocoa.

I've made it because I wanted to check how well could Realm perform when used as a replacement to Core Data in an existing application with as few changes as possible made to the application code.

The MRRealmResultsControllerExample project is essentially the TableView from RealmExamples with some modifications to demonstrate the use of MRRealmResultsController.