Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Krone-Is 1.1

Compare
Choose a tag to compare
@3lvis 3lvis released this 02 Dec 13:02
· 453 commits to master since this release
  • 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 is NSFetchedResultsChangeMove.