UIKit.UINavigationController: Method Members

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

Public Methods

PopToRootViewController(bool) : UIViewController[]
PopToViewController(UIViewController, bool) : UIViewController[]
PopViewController(bool) : UIViewController
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.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UINavigationController object.