質問

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?

役に立ちましたか?
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top