This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
Krone-Is 1.1
- Adds a new delegate:
- (void)dataSource:(ANDYFetchedResultsTableDataSource *)dataSource
didMoveObject:(NSManagedObject *)object
withIndexPath:(NSIndexPath *)indexPath newIndexPath:(NSIndexPath *)newIndexPath;
- Support hiddens controllers (to skip fancy animations when you only need
reloadData
):
@property (nonatomic) BOOL parentControllerIsHidden;
If the controller is hidden it reloads contents without animations
- Refreshes cell contents when the
changeType
isNSFetchedResultsChangeMove
.