The methods of UIKit.UINavigationItem are listed below. For a list of all members, see the UINavigationItem Members list.
See Also: Inherited members from Foundation.NSObject
EncodeTo(Foundation.NSCoder)Encodes the state of the object on the provided encoder | ||
SetHidesBackButton(bool, bool)Sets whether the back button is hidden, with the option to animate the change. | ||
SetLeftBarButtonItem(UIBarButtonItem, bool)Specifies the button to appear on the left-hand side, optionally animating its assignment. | ||
SetLeftBarButtonItems(UIBarButtonItem[], bool)Sets multiple buttons to be displayed on the left side of the navigation bar, optionally animating their assignment. | ||
SetRightBarButtonItem(UIBarButtonItem, bool)Sets the button to display on the right side of the navigation bar, optionally animating its assignment. | ||
SetRightBarButtonItems(UIBarButtonItem[], bool)Sets multiple buttons to be displayed on the right side of the navigation bar, optionally animating their assignment. | ||