如何在没有 .xib 文件的情况下添加 iad?
我正在尝试将 iad 添加到现有的 Baker Framework ( http://bakerframework.com/ )。 Baker 框架使您能够仅使用 HTML 5 创建电子书应用程序。
我使用了本教程: http://www.raywenderlich.com/1371 /how-to-integrate-iad-into-your-iphone-app
问题是我没有任何 xib 文件,因此无法执行教程中提到的 .xib 步骤。
I'm trying to add iads to the existing Baker Framework ( http://bakerframework.com/ ).
The baker framework enables you to create ebook apps with just HTML 5.
I used this tutorial:
http://www.raywenderlich.com/1371/how-to-integrate-iad-into-your-iphone-app
The thing is that I don't have any xib files, and thus couldn't do the .xib steps mentioned in the tutorial.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅iAd 编程指南。
它与每个视图/视图控制器基本相同:实例化并添加为子视图。
Please refer to the iAd programming guide.
It's basically the same as with every view / view controller: instantiate and add as subview.