UIViewController.ShowViewController(UIViewController, NSObject) Method

Definition

Shows this view controller.

[Foundation.Export("showViewController:sender:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ShowViewController (UIKit.UIViewController vc, Foundation.NSObject sender);
abstract member ShowViewController : UIKit.UIViewController * Foundation.NSObject -> unit
override this.ShowViewController : UIKit.UIViewController * Foundation.NSObject -> unit

Parameters

vc
UIViewController

Current view controller.

sender
NSObject

The object that sent the action.

This parameter can be null.

Attributes

Applies to