Add missing reloadRows for NSFetchedResultsChangeUpdate

This commit is contained in:
Blake Watters
2012-08-10 14:02:57 -04:00
parent 318c880170
commit 22de640139
2 changed files with 3 additions and 7 deletions

View File

@@ -514,8 +514,7 @@ static NSString *lastUpdatedDateDictionaryKey = @"lastUpdatedDateDictionaryKey";
}
if (self.onPrepareCellForObjectAtIndexPath) {
id object = [self objectForRowAtIndexPath:indexPath];
self.onPrepareCellForObjectAtIndexPath(cell, object, indexPath);
self.onPrepareCellForObjectAtIndexPath(cell, mappableObject, indexPath);
}
RKLogTrace(@"%@ cellForRowAtIndexPath:%@ = %@", self, indexPath, cell);