UIKit.UINavigationControllerDelegate_Extensions Members

The members of UIKit.UINavigationControllerDelegate_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

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