开发者

How to display copy-paste like menu on iPhone?

开发者 https://www.devze.com 2023-01-24 04:00 出处:网络
I\'m trying to display custom menu items similar to copy-paste menu it开发者_开发技巧em, is there any way I can do this?

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

How to display copy-paste like menu on iPhone?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消