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
| [read-only] | BarHideOnSwipeGestureRecognizer | UIPanGestureRecognizer. The gesture recognizer used to hide the navigation controller in response to a swipe. (Read-only.) |
| [read-only] | BarHideOnTapGestureRecognizer | UITapGestureRecognizer. The gesture recognizer used to hide the navigation controller in response to a tap. (Read-only.) |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | IUINavigationControllerDelegate. An instance of the UIKit.UINavigationControllerDelegate model class which acts as the class delegate. | |
| HidesBarsOnSwipe | bool. Whether the navigation controller should hide its bars when swiped. | |
| HidesBarsOnTap | bool. Whether the navigation controller should hide its bars when tapped. | |
| HidesBarsWhenKeyboardAppears | bool. Whether the navigation controller should hide its bars when the keyboard appears. | |
| HidesBarsWhenVerticallyCompact | bool. Whether the navigation controller should hide its bars in a vertically-compact environment. | |
| [read-only] static | HideShowBarDuration | nfloat. Represents the value associated with the constant UINavigationControllerHideShowBarDuration |
| [read-only] | InteractivePopGestureRecognizer | UIGestureRecognizer. A gesture recognizer for the left-edge-to-interior "back" gesture. |
| [read-only] | NavigationBar | UINavigationBar. The UIKit.UINavigationBar for the UINavigationController. |
| NavigationBarHidden | bool. Allows the navigation bar to be hidden. | |
| [read-only] | Toolbar | UIToolbar. Retruns the toolbar for the navigation controller. |
| ToolbarHidden | bool. Controls visibility of the toolbar | |
| [read-only] | TopViewController | UIViewController. The view controller currently at the top of the navigation controller's stack. |
| ViewControllers | UIViewController[]. The view controllers currently on the navigation controller's stack. | |
| [read-only] | VisibleViewController | UIViewController. The view controller whose view is currently on the screen. |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |