封装iAd实现?
我一直在进行大量的剪切和粘贴编程,将 iAd 放入不同的应用程序中。是否可以以某种方式封装它?
I have been doing a lot of cut-and-paste programming to put iAd into different apps. Is it possible to encapsulate it somehow?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然。
你可以创建一个视图控制器,它管理的视图就是iAd视图。
让此视图控制器实现 iAd 委托协议,然后您可以创建此视图控制器的实例并将其视图添加为整个应用程序中其他视图的子视图。
简单:)
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 :)