Roobiq / RBQFetchedResultsController

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

updateFetchRequest's sectionNameKeyPath should be optional #47

Closed jamesonreed closed 8 years ago

jamesonreed commented 8 years ago

docs specify that nil is acceptable when no sections are present, but function signature doesn't allow it.

nathanshox commented 8 years ago

+1

bigfish24 commented 8 years ago

Thanks for catching this!