UINavigationControllerDelegate_Extensions.DidShowViewController Method

Definition

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

public static void DidShowViewController (this UIKit.IUINavigationControllerDelegate This, UIKit.UINavigationController navigationController, UIKit.UIViewController viewController, bool animated);
static member DidShowViewController : UIKit.IUINavigationControllerDelegate * UIKit.UINavigationController * UIKit.UIViewController * bool -> unit

Parameters

This
IUINavigationControllerDelegate

The instance on which this extension method operates.

navigationController
UINavigationController
viewController
UIViewController
animated
Boolean

Applies to