BMXSwipableCell
BMXSwipableCell copied to clipboard
Item options disappear when cell is being updated.
Environment
Use BMXSwipableCell with NSFetchedResultsController.
Steps to reproduce:
- update ManagedObject, that is presented in Cell
- when
- (void)controller:(NSFetchedResultsController *)controller didChangeObject:(id)anObject
atIndexPath:(NSIndexPath *)indexPath forChangeType:(NSFetchedResultsChangeType)type
newIndexPath:(NSIndexPath *)newIndexPath
getting called for event
NSFetchedResultsChangeUpdate
cell is being updated and basementView will be closed if updating row by - reloadRowsAtIndexPaths:withRowAnimation:
or if using other method, that configures cell, that was got by [NSTableView cellForRowAtIndexPath:]
basementView becomes empty.