Condividi tramite


UINavigationControllerDelegate_Extensions.DidShowViewController Method

Definition

Extension method called shortly after the viewController has been made visible.

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

Parameters

navigationController
UINavigationController
viewController
UIViewController
animated
Boolean
Attributes

Applies to