Partager via


UIViewController.ShowViewController(UIViewController, NSObject) Méthode

Définition

Affiche ce contrôleur d’affichage.

[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

Paramètres

vc
UIViewController

Contrôleur d’affichage actuel.

sender
NSObject

Objet qui a envoyé l’action.

Ce paramètre peut être null.

Attributs

S’applique à