Instance Property
displayingBannerAd
A boolean value that indicates whether the view controller is displaying a banner ad.
SDKs
- iOS 7.0–10.0Deprecated
- Mac Catalyst 13.0–13.0Deprecated
Declaration
@property(nonatomic, readonly, getter=isDisplayingBannerAd) BOOL displayingBannerAd;
See Also
Properties
previewActionItems
The quick actions displayed when a user swipes upward on a 3D Touch preview.
DeprecatedbottomLayoutGuide
Indicates the lowest vertical extent for your onscreen content, for use with Auto Layout constraints.
DeprecatedcanDisplayBannerAds
A boolean value that indicates whether the view controller is configured to display banner ads.
DeprecatedinterfaceOrientation
Convenience property that provides the current orientation of the interface, meaningful only if the view controller is taking up the full screen.
DeprecatedinterstitialPresentationPolicy
Determines whether interstitials should be presented at all and whether the framework or app should manage the presentation.
DeprecatedmodalInPopover
A Boolean value indicating whether the view controller should be presented modally by a popover.
DeprecatedpresentingFullScreenAd
A boolean value that indicates whether the view controller is displaying a full-screen ad.
DeprecatedmodalViewController
The controller for the active presented view'that is, the view that is temporarily displayed on top of the view managed by the receiver.
DeprecatedoriginalContentView
The originally configured content view of the view controller before banner ads were enabled.
DeprecatedtopLayoutGuide
Indicates the highest vertical extent for your onscreen content, for use with Auto Layout constraints.
DeprecatedwantsFullScreenLayout
A Boolean value indicating whether the view should underlap the status bar.
Deprecated