UIKit.UINavigationControllerDelegate Members

The members of UIKit.UINavigationControllerDelegate are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Methods

DidShowViewController(UINavigationController, UIViewController, bool)
Called by the system shortly after the viewController became visible.
GetAnimationControllerForOperation(UINavigationController, UINavigationControllerOperation, UIViewController, UIViewController) : IUIViewControllerAnimatedTransitioning
Called by the system to retrieve the transition animation for the operation.
GetInteractionControllerForAnimationController(UINavigationController, IUIViewControllerAnimatedTransitioning) : IUIViewControllerInteractiveTransitioning
Called by the system to retrieve an interactive transition animation.
GetPreferredInterfaceOrientation(UINavigationController) : UIInterfaceOrientation
Can be overridden to set the preferred interface orientation of the navigationController.
SupportedInterfaceOrientations(UINavigationController) : UIInterfaceOrientationMask
Can be overridden to dynamically specify the supported orientations of the navigationController.
WillShowViewController(UINavigationController, UIViewController, bool)
Called by the system shortly before the viewController is displayed.