iphone select control
Is the select control 开发者_StackOverflow中文版available as an API? when you select text you are presented with cut/copy..options I would like to add another one. is it possible if so how?
That's a UIMenuController
, which has a property called menuItems
, which is nil
by default (no custom items), but you can add new UIMenuItems
to it.
精彩评论