UIKit.UIViewController.HidesBottomBarWhenPushed Property
Specifies whether the toolbar should be visible when this UIKit.UIViewController is pushed onto a UIKit.UINavigationController.

Syntax

[get: Foundation.Export("hidesBottomBarWhenPushed")]
[set: Foundation.Export("setHidesBottomBarWhenPushed:")]
public virtual bool HidesBottomBarWhenPushed { get; set; }

Value

true if the toolbar should be hidden, false if it should be visible.

Remarks

When a UIKit.UIViewController is a child to a UIKit.UINavigationController, it may display a toolbar at the bottom of the screen. If that is not the desired behavior, the application developer should set this property to true.

If a UIKit.UIViewController sets this to true, the toolbar remains hidden until the UIKit.UIViewController is popped from the stack. This will effect other UIKit.UIViewControllers that are currently visible.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0