The methods of UIKit.UINavigationBar are listed below. For a list of all members, see the UINavigationBar Members list.
See Also: Inherited members from UIKit.UIView
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
static | GetAppearance<T>()The strongly-typed IUIAppearance for this object. | |
static | GetAppearance<T>(UITraitCollection)IUIAppearance for this object with specified traits. | |
static | GetAppearance<T>(UITraitCollection, params Type[])IUIAppearance for this object with specified traits and customized container. | |
GetBackgroundImage(UIBarMetrics)The background used when the UIKit.UINavigationBar has the specified forBarMetrics. | ||
GetBackgroundImage(UIBarPosition, UIBarMetrics)The background image used when the bar is in the specified barPosition and has the metrics specified by barMetrics. | ||
GetTitleVerticalPositionAdjustment(UIBarMetrics)Gets the vertical adjustment for the specified barMetrics. | ||
PopNavigationItem(bool)Pops the topmost UIKit.UINavigationItem, optionally animating the change. | ||
PushNavigationItem(UINavigationItem, bool)Pushes the item onto the navigation stack, optionally animating the change. | ||
SetBackgroundImage(UIImage, UIBarMetrics)Changes the background image for the barMetrics. | ||
SetBackgroundImage(UIImage, UIBarPosition, UIBarMetrics)Sets the background image for the barPosition and barMetrics. | ||
SetItems(UINavigationItem[], bool)Replaces the current set of navigation items with items, optionally animating the change of the top item. | ||
SetTitleVerticalPositionAdjustment(UIBarMetrics, nfloat)Vertically shifts the location of the title in the navigation bar. | ||