Roobiq / RBQFetchedResultsController

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

Using RBQFRC 4.0.3 and Realm 0.102.0 with single section datasource #90

Closed beloso closed 8 years ago

beloso commented 8 years ago

I'm trying to use RBQFRC 4.0.3 with Realm 0.102.0.

I have a single section data source. And I am noticing that I am not getting UI updates.

I know that it is preferable to use Realm's fine grained notifications. I am just wondering if this is intended behaviour?

beloso commented 8 years ago

Ended up solving this. It could have been misuse. It's working now.