UINavigationControllerDelegate_Extensions.DidShowViewController 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.
Extension method called shortly after the viewController
has been made visible.
public static void DidShowViewController (this UIKit.IUINavigationControllerDelegate This, UIKit.UINavigationController navigationController, UIKit.UIViewController viewController, bool animated);
static member DidShowViewController : UIKit.IUINavigationControllerDelegate * UIKit.UINavigationController * UIKit.UIViewController * bool -> unit
Parameters
The instance on which this extension method operates.
- navigationController
- UINavigationController
- viewController
- UIViewController
- animated
- Boolean