简体   繁体   中英

encapsulate iAd implementation?

I have been doing a lot of cut-and-paste programming to put iAd into different apps. Is it possible to encapsulate it somehow?

Of course.

You can create a view controller, and the view it manages is the iAd view.

Have this view controller implement the iAd delegate protocols and then you can create an instance of this view controller and add its view as subviews of other views throughout your app.

Simples :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM