UIViewController.ModalTransitionStyle Property

Definition

public virtual UIKit.UIModalTransitionStyle ModalTransitionStyle { [Foundation.Export("modalTransitionStyle", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setModalTransitionStyle:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.ModalTransitionStyle : UIKit.UIModalTransitionStyle with get, set

Property Value

The default value is CoverVertical.

Attributes

Remarks

This property specifies how PresentViewController(UIViewController, Boolean, Action) animates its presentation of a UIViewController.

Applies to

See also