UINavigationController.NavigationBarHidden 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.
Allows the navigation bar to be hidden.
public virtual bool NavigationBarHidden { [Foundation.Export("isNavigationBarHidden")] get; [Foundation.Export("setNavigationBarHidden:")] set; }
member this.NavigationBarHidden : bool with get, set
Property Value
- Attributes
Remarks
Hides or shows the navigationBar without using animation.