UINavigationControllerDelegate_Extensions.WillShowViewController Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The instance on which this extension method operates.
- navigationController
- UINavigationController
- viewController
- UIViewController
- animated
- Boolean