Anthony Wong
Anthony Wong
Hmm, good call. I'll give that a shot and get back..
So creating an indexSet using [NSIndexSet indexSetWithInt[indexPath row]], kinda works? I'm getting error messages thrown around though when the FRC starts notifying about changes.. Visible cell list is missing some...
So heres the FRC delegate... ``` obj-c #pragma mark - NSFetchedResultsController delegates - (void)controllerWillChangeContent:(NSFetchedResultsController *)controller { [self.gridView beginUpdates]; } - (void)controller:(NSFetchedResultsController *)controller didChangeObject:(id)anObject atIndexPath:(NSIndexPath *)indexPath forChangeType:(NSFetchedResultsChangeType)type newIndexPath:(NSIndexPath *)newIndexPath { switch(type)...