开发者

Implement a singleton for iAd Banner

开发者 https://www.devze.com 2023-03-01 14:04 出处:网络
Do any one know how to correctly implement one instance for an ADBanner and share it for all view controllers in my开发者_运维百科 app ?Pass the banner along as an instance variable as you create cont

Do any one know how to correctly implement one instance for an ADBanner and share it for all view controllers in my开发者_运维百科 app ?


Pass the banner along as an instance variable as you create controllers?

Make the ad banner an instance variable on your app delegate?

Create a UIViewController category with an adBanner method that creates a static AdBanner if needed and returns it?

0

精彩评论

暂无评论...
验证码 换一张
取 消