An instance of the UIMenuItem class represents a custom item in the editing menu managed by the UIMenuController object. Custom menu items appear in the menu after any validated system items. A UIMenuItem object has two properties: a title and an action selector identifying the method to invoke in the handling responder object. Targets are not specified; a suitable target is found via normal traversal of the responder chain.
Available in iOS 3.2 and later in UIKit.
An instance of the UIMenuItem class represents a custom item in the editing menu managed by the UIMenuController object.
Custom menu items appear in the menu after any validated system items. A UIMenuItem object has two properties: a title and an action selector identifying the method to invoke in the handling responder object. Targets are not specified; a suitable target is found via normal traversal of the responder chain. To have custom menu items appear in the editing menu, you must add them to the menuItems property of the UIMenuController object.