Instance Property
modal In Popover A Boolean value indicating whether the view controller should be presented modally by a popover.
SDKs
iOS 3.2–13.0 Deprecated Mac Catalyst 13.0–13.0 Deprecated tvOS 9.0–13.0 Deprecated Declaration @property (nonatomic, readwrite, getter=isModalInPopover) BOOL modalInPopover ;
Discussion The default value of this property is NO
. Setting it to YES
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
Properties preview Action Items
The quick actions displayed when a user swipes upward on a 3D Touch preview.
Deprecated bottom Layout Guide
Indicates the lowest vertical extent for your onscreen content, for use with Auto Layout constraints.
Deprecated can Display Banner Ads
A boolean value that indicates whether the view controller is configured to display banner ads.
Deprecated interface Orientation
Convenience property that provides the current orientation of the interface, meaningful only if the view controller is taking up the full screen.
Deprecated interstitial Presentation Policy
Determines whether interstitials should be presented at all and whether the framework or app should manage the presentation.
Deprecated displaying Banner Ad
A boolean value that indicates whether the view controller is displaying a banner ad.
Deprecated presenting Full Screen Ad
A boolean value that indicates whether the view controller is displaying a full-screen ad.
Deprecated modal View Controller
The controller for the active presented view'that is, the view that is temporarily displayed on top of the view managed by the receiver.
Deprecated original Content View
The originally configured content view of the view controller before banner ads were enabled.
Deprecated top Layout Guide
Indicates the highest vertical extent for your onscreen content, for use with Auto Layout constraints.
Deprecated wants Full Screen Layout
A Boolean value indicating whether the view should underlap the status bar.
Deprecated