What is it? In a single phrase, we can say that RealmResultsController is a CoreData’s `NSFetchedResultsController` equivalent for Realm written in Swift The Redbooth iOS App has a heavy use of `CoreData` and `NSFetchedResultsController`, so when we decided to start using Realm we faced our first problem, there was no equivalent for it. We looked at the …
