I successfully added custom UIMenuItems to the context menu of a UICollectionViewCell.
When using the builtin actions (cut / copy / paste) the -collectionView:performAction:forItemAtIndexPath:withSender
delegate method gets called.
But it never gets called if invoking custom actions. Is there any easy possibility to get the corresponding UICollectionViewCell from the UIMenuItem?