Roobiq / RBQFetchedResultsController

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

Could you make unregisterChangeNotifications public #99

Open wieseljonas opened 8 years ago

wieseljonas commented 8 years ago

I get error because when a user logs off in my app its seems that the tableviews don't deinit in time

Solution I found for now is to make unregisterChangeNotifications() public and use it when before I perform the realm.deleteAll()