Roobiq / RBQFetchedResultsController

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

Add missing required protocol methods #95

Closed ngs closed 8 years ago

ngs commented 8 years ago

Required method controllerWillPerformFetch and controllerDidPerformFetch are added in 7940731cf120f8eae80252a905d078ca093ccfbf , but those were not implemented in Swift version. That caused build error.

Fixes #93

bigfish24 commented 8 years ago

👍 thanks for fixing this