UIKit.UINavigationController: Property Members

The properties of UIKit.UINavigationController are listed below. For a list of all members, see the UINavigationController Members list.

See Also: Inherited members from UIKit.UIViewController

Public Properties

[read-only]
BarHideOnSwipeGestureRecognizerUIPanGestureRecognizer. The gesture recognizer used to hide the navigation controller in response to a swipe. (Read-only.)
[read-only]
BarHideOnTapGestureRecognizerUITapGestureRecognizer. The gesture recognizer used to hide the navigation controller in response to a tap. (Read-only.)
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateIUINavigationControllerDelegate. An instance of the UIKit.UINavigationControllerDelegate model class which acts as the class delegate.
HidesBarsOnSwipebool. Whether the navigation controller should hide its bars when swiped.
HidesBarsOnTapbool. Whether the navigation controller should hide its bars when tapped.
HidesBarsWhenKeyboardAppearsbool. Whether the navigation controller should hide its bars when the keyboard appears.
HidesBarsWhenVerticallyCompactbool. Whether the navigation controller should hide its bars in a vertically-compact environment.
[read-only]
static
HideShowBarDurationnfloat. Represents the value associated with the constant UINavigationControllerHideShowBarDuration
[read-only]
InteractivePopGestureRecognizerUIGestureRecognizer. A gesture recognizer for the left-edge-to-interior "back" gesture.
[read-only]
NavigationBarUINavigationBar. The UIKit.UINavigationBar for the UINavigationController.
NavigationBarHiddenbool. Allows the navigation bar to be hidden.
[read-only]
ToolbarUIToolbar. Retruns the toolbar for the navigation controller.
ToolbarHiddenbool. Controls visibility of the toolbar
[read-only]
TopViewControllerUIViewController. The view controller currently at the top of the navigation controller's stack.
ViewControllersUIViewController[]. The view controllers currently on the navigation controller's stack.
[read-only]
VisibleViewControllerUIViewController. The view controller whose view is currently on the screen.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type