Share via


UINavigationControllerDelegate.DidShowViewController Method

Definition

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

[Foundation.Export("navigationController:didShowViewController:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidShowViewController(UIKit.UINavigationController navigationController, UIKit.UIViewController viewController, bool animated);
[<Foundation.Export("navigationController:didShowViewController:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidShowViewController : UIKit.UINavigationController * UIKit.UIViewController * bool -> unit
override this.DidShowViewController : UIKit.UINavigationController * UIKit.UIViewController * bool -> unit

Parameters

navigationController
UINavigationController
viewController
UIViewController
animated
Boolean

Implements

Attributes

Applies to