Partager via


UIViewController.PresentModalViewController(UIViewController, Boolean) Méthode

Définition

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.

S’applique à