UIKit.UINavigationBar: Method Members

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

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UINavigationBar.UINavigationBarAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
static
GetAppearance<T>() : UINavigationBar.UINavigationBarAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UINavigationBar.UINavigationBarAppearance
IUIAppearance for this object with specified traits.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UINavigationBar.UINavigationBarAppearance
IUIAppearance for this object with specified traits and customized container.
GetBackgroundImage(UIBarMetrics) : UIImage
The background used when the UIKit.UINavigationBar has the specified forBarMetrics.
GetBackgroundImage(UIBarPosition, UIBarMetrics) : UIImage
The background image used when the bar is in the specified barPosition and has the metrics specified by barMetrics.
GetTitleVerticalPositionAdjustment(UIBarMetrics) : nfloat
Gets the vertical adjustment for the specified barMetrics.
PopNavigationItem(bool) : UINavigationItem
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.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UINavigationBar object.