Skip to content

Instantly share code, notes, and snippets.

@mikeabdullah
Created June 30, 2014 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeabdullah/6faa1e475750b01d6f21 to your computer and use it in GitHub Desktop.
Save mikeabdullah/6faa1e475750b01d6f21 to your computer and use it in GitHub Desktop.
NSFetchedResultsController: Retrieving updated object by index path
[self configureCell:[tableView cellForRowAtIndexPath:indexPath]
withObject:[controller objectAtIndexPath:indexPath]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment