The methods of UIKit.UINavigationController are listed below. For a list of all members, see the UINavigationController Members list.
See Also: Inherited members from UIKit.UIViewController
| PopToRootViewController(bool) | ||
| PopToViewController(UIViewController, bool) | ||
PopViewController(bool)Pops the top UIKit.UIViewController off the stack and updates the display. | ||
PushViewController(UIViewController, bool)Pushes a view controller onto the UINavigationController's navigation stack. | ||
SetNavigationBarHidden(bool, bool)Allows the navigation controller's UIKit.UINavigationBar to be shown or hidden | ||
SetToolbarHidden(bool, bool)Allows the navigation controller's UIKit.UIToolbar to be shown or hidden | ||
SetViewControllers(UIViewController[], bool)Replaces the controllers in the navigation controller's navigation stack. | ||
ShowViewController(UIViewController, Foundation.NSObject)Shows the UIKit.UIViewController based on the current size-class of the environment. | ||