The constructors of UIKit.UIBarButtonItem are listed below. For a list of all members, see the UIBarButtonItem Members list.
See Also: Inherited members from UIKit.UIBarItem
| Default constructor that initializes a new instance of this class with no parameters. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Constructor that allows a particular UIKit.UIBarButtonSystemItem to be specified when the button is created. | ||
| Constructor that allows a custom view to be specified for a UIBarButtonItem. | ||
| Constructor that allows a particular UIKit.UIBarButtonSystemItem to be specified when the button is created along with an event handler. | ||
| Constructor that allows a title to be specified for display on the button depending on the style used. Also allows an event handler to be specified that will be called when the button is pressed. | ||
| Constructor that allows a system item along with a target-action pair to be specified. | ||
| Constructor that allows a custom image, style and evnet handler to be specied when the button is created. | ||
| Constructor that allows specifying a title and style for a UIBarButtonItem along with an Objective-C style target-action pair. | ||
| Constructor that allows an image and style to be specified, along with a target-action pair. | ||
| Constructor that allows specifying separate images for landscape and portrait. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |