BMXSwipableCell icon indicating copy to clipboard operation
BMXSwipableCell copied to clipboard

Item options disappear when cell is being updated.

Open bomjkolyadun opened this issue 11 years ago • 0 comments

Environment

Use BMXSwipableCell with NSFetchedResultsController.

Steps to reproduce:

  1. update ManagedObject, that is presented in Cell
  2. 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.

bomjkolyadun avatar Jan 13 '14 16:01 bomjkolyadun