timothyarmes / TAFetchedResultsController

A version of NSFetchedResultsController that provides for having empty sections
MIT License
43 stars 7 forks source link

Fix wrong section info #9

Closed mazllia closed 8 years ago

mazllia commented 8 years ago

If delegate does not response to controller:didChangeSection:atIndex:forChangeType:, [self updateSections] is not called.

Fix by adding a flag and explicitly calling [self updateSections] before controllerDidChangeContent:.