Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁负责设置 ADBannerView 的 isBannerLoaded 属性的值
它是在ADBannerView下载横幅时自行设置的。这是一个只读属性,所以无论如何您都不能自己更改它。
ADBannerView
从 iOS SDK 文档:
一个布尔值,表示横幅视图是否已下载广告。(只读) @property(nonatomic, readonly, getter=isBannerLoaded) BOOL bannerLoaded 横幅视图会在后台自动下载新广告。如果加载了广告,则此属性返回 YES;否,否则。
一个布尔值,表示横幅视图是否已下载广告。(只读)
@property(nonatomic, readonly, getter=isBannerLoaded) BOOL bannerLoaded
横幅视图会在后台自动下载新广告。如果加载了广告,则此属性返回 YES;否,否则。
http://developer.apple.com/library/ios/documentation/userexperience/Reference/ADBannerView_Ref/Reference/Reference.html