UIViewController.ModalInPopover Property

Definition

true if this UIViewController should be presented modally by a UIPopoverController.

public virtual bool ModalInPopover { [Foundation.Export("isModalInPopover")] get; [Foundation.Export("setModalInPopover:")] set; }
member this.ModalInPopover : bool with get, set

Property Value

The default value is false.

Attributes

Remarks

Application developers should set this property to true if this UIViewController is intended to be presented modally by a UIPopoverController. Setting this property to true disallows actions outside this UIViewController when it is displayed.

Applies to