Roobiq / RBQFetchedResultsController

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

Add controllerWillPerformFetch and controllerDidPerformFetch as delegate methods #80

Closed hanief closed 8 years ago

hanief commented 8 years ago

This delegate method is necessary for me because I defer the performFetch some time after the view did appear. The controllerDidPerformFetch method is also necessary for initial fetching because controllerDidChangeContent is not called then.

bigfish24 commented 8 years ago

Thanks for doing this! Left a few comments around the doc language, if you could update, then will merge.

hanief commented 8 years ago

@bigfish24 okay. will update asap. thanks for the feedback.

hanief commented 8 years ago

@bigfish24 I pushed the changes.

bigfish24 commented 8 years ago

👍