Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Small modernizations #31

Merged
merged 4 commits into from
Nov 15, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix indents.
  • Loading branch information
dsklen committed Nov 13, 2013
commit 3fb94d45ab704689eca0e4ba87489a36fef24170
10 changes: 5 additions & 5 deletions frcd.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ - (void)controller:(NSFetchedResultsController *)controller
}

- (void)controller:(NSFetchedResultsController *)controller
didChangeObject:(id)object
atIndexPath:(NSIndexPath *)indexPath
forChangeType:(NSFetchedResultsChangeType)type
newIndexPath:(NSIndexPath *)newIndexPath
didChangeObject:(id)object
atIndexPath:(NSIndexPath *)indexPath
forChangeType:(NSFetchedResultsChangeType)type
newIndexPath:(NSIndexPath *)newIndexPath
{
switch(type) {
case NSFetchedResultsChangeInsert:
Expand All @@ -51,4 +51,4 @@ - (void)controller:(NSFetchedResultsController *)controller

- (void)controllerDidChangeContent:(NSFetchedResultsController *)controller {
[self.tableView endUpdates];
}
}