Pergunta

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?

Foi útil?
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top