NSFetchResultController with UICollectionView issue with indexes/cells on update and delete action
问题 First time that I'm using UICollectionView, and I'm having some difficulties. Especially with updating and deleting cells (will focus on delete here, hopefully the came cause), with data from a NSFetchResultController . I have made a custom cell in in interface builder as part of a storyboard like this: I have a custom UICollectionViewCell subclass with the following properties: @property (strong, nonatomic) IBOutlet UIButton *deleteButton; @property (strong, nonatomic) IBOutlet UITextField