Condividi tramite


UINavigationControllerDelegate_Extensions.WillShowViewController Method

Definition

Called by the system shortly before the is displayed.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void WillShowViewController(this UIKit.IUINavigationControllerDelegate This, UIKit.UINavigationController navigationController, UIKit.UIViewController viewController, bool animated);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillShowViewController : UIKit.IUINavigationControllerDelegate * UIKit.UINavigationController * UIKit.UIViewController * bool -> unit

Parameters

navigationController
UINavigationController
viewController
UIViewController
animated
Boolean
Attributes

Applies to