Upravit

Sdílet prostřednictvím


UINavigationControllerDelegate.DidShowViewController Method

Definition

Called by the system shortly after the viewController became visible.

[Foundation.Export("navigationController:didShowViewController:animated:")]
public virtual void DidShowViewController (UIKit.UINavigationController navigationController, UIKit.UIViewController viewController, bool animated);
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
Attributes

Applies to