I'm trying to display custom menu items similar to copy-paste menu it开发者_开发技巧em, is there any way I can do this?

I never do this, but there is a sample code named 'CopyPasteTile'
It seems that the important point is the UIResponderStandardEditActions protocol, and the - (BOOL)canPerformAction:(SEL)action withSender:(id)sender method of UIResponder
加载中,请稍侯......
精彩评论