Contents

isModalInPopover

A Boolean value indicating whether the view controller should be presented modally by a popover.

Declaration

var isModalInPopover: Bool { get set }

Discussion

The default value of this property is false. Setting it to true causes an owning popover controller to disallow interactions outside this view controller while it is displayed. You can use this behavior to ensure that the popover is not dismissed by taps outside the popover controller.

See Also

Deprecated properties