UIKit.UINavigationControllerDelegate: Method Members

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

See Also: Inherited members from Foundation.NSObject

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.