How to display copy-paste like menu on iPhone?
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
精彩评论