3lvis / DATASource

Core Data's NSFetchedResultsController wrapper for UITableView and UICollectionView
Other
106 stars 27 forks source link

are you aware of any Realm equivalent to DATASource? #48

Closed skydivedan closed 8 years ago

skydivedan commented 8 years ago

Sorry if the wrong forum, as this isn't a problem.

I've used DATASource in another project and loved it. On a new project, I'm using Realm as the persistent layer. I've seen some things on the Realm side that do things to replicate NSFetchedResultsController. However, I haven't seen anything yet that does as nice a job as DATASource on the Realm side of things. It could be that I'm just not looking in the right place. But if you knew of a Realm equivalent of DATASource, I'd be happy to hear about it.

3lvis commented 8 years ago

Hi Dan! Check out https://redbooth.com/engineering/ios/realmresultscontroller

I haven't tried myself but seems well done.

Merry Christmas 🎄 :santa:!