UIViewController.PresentModalViewController(UIViewController, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Les développeurs d’applications doivent utiliser PresentViewController(UIViewController, Boolean, Action) au lieu de cette méthode déconseillée.
[Foundation.Export("presentModalViewController:animated:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'PresentViewController (UIViewController, bool, NSAction)' instead and set the 'ModalViewController' property to true.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void PresentModalViewController (UIKit.UIViewController modalViewController, bool animated);
abstract member PresentModalViewController : UIKit.UIViewController * bool -> unit
override this.PresentModalViewController : UIKit.UIViewController * bool -> unit
Paramètres
- modalViewController
- UIViewController
à UIViewController présenter.
- animated
- Boolean
true
si la présentation doit être animée.
- Attributs
Remarques
Cette méthode est déconseillée et les développeurs d’applications doivent utiliser PresentViewController(UIViewController, Boolean, Action) à la place.