Skip to content

Instantly share code, notes, and snippets.

@gonzalezreal
Created November 3, 2012 14:31
Show Gist options
  • Save gonzalezreal/4007534 to your computer and use it in GitHub Desktop.
Save gonzalezreal/4007534 to your computer and use it in GitHub Desktop.
Utilizando NSFetchedResultsController
- (void)controller:(NSFetchedResultsController *)controller
didChangeObject:(id)anObject
atIndexPath:(NSIndexPath *)indexPath
forChangeType:(NSFetchedResultsChangeType)type
newIndexPath:(NSIndexPath *)newIndexPath
{
// Aquí podemos utilizar los métodos de UITableView para
// actualizar nuestra tabla
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment