mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-27 09:41:53 +08:00
Add missing reloadRows for NSFetchedResultsChangeUpdate
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user