UINavigationControllerDelegate_Extensions.WillShowViewController Method

Definition

Called by the system shortly before the is displayed.

public static void WillShowViewController (this UIKit.IUINavigationControllerDelegate This, UIKit.UINavigationController navigationController, UIKit.UIViewController viewController, bool animated);
static member WillShowViewController : UIKit.IUINavigationControllerDelegate * UIKit.UINavigationController * UIKit.UIViewController * bool -> unit

Parameters

This
IUINavigationControllerDelegate

The instance on which this extension method operates.

navigationController
UINavigationController
viewController
UIViewController
animated
Boolean

Applies to