UINavigationController.NavigationBar Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The UINavigationBar for the UINavigationController.
public virtual UIKit.UINavigationBar NavigationBar { [Foundation.Export("navigationBar")] get; }
member this.NavigationBar : UIKit.UINavigationBar
Property Value
- Attributes
Remarks
The UINavigation controller manages the navigation bar, adding items to it, such as the title, based upon the UINavigationItem of the controller currently on the screen, which will be the controller at the top of the UINavigationController's stack. The back button of the navigation bar will automatically pop the controller, causing the previously displayed controller to move to the top of the stack and its view to appear. The UINavigationBar can also have other UIBarButtonItem instances added to it.