UIViewController.PresentModalViewController(UIViewController, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Os desenvolvedores de aplicativos devem usar PresentViewController(UIViewController, Boolean, Action) em vez desse método preterido.
[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
Parâmetros
- modalViewController
- UIViewController
O UIViewController a ser apresentado.
- animated
- Boolean
true
se a apresentação deve ser animada.
- Atributos
Comentários
Esse método foi preterido e os desenvolvedores de aplicativos devem usar PresentViewController(UIViewController, Boolean, Action) .