Share via


IUINavigationControllerDelegate.WillShowViewController Method

Definition

Called by the system shortly before the is displayed.

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

Parameters

navigationController
UINavigationController
viewController
UIViewController
animated
Boolean
Attributes

Applies to