如何在没有 .xib 文件的情况下添加 iads?

Posted

技术标签:

【中文标题】如何在没有 .xib 文件的情况下添加 iads?【英文标题】:How to add iads without .xib files? 【发布时间】:2011-06-30 09:00:52 【问题描述】:

我正在尝试将 iads 添加到现有的 Baker 框架 (http://bakerframework.com/)。 baker 框架使您能够仅使用 html 5 创建电子书应用程序。

我使用了这个教程: http://www.raywenderlich.com/1371/how-to-integrate-iad-into-your-iphone-app

问题是我没有任何 xib 文件,因此无法执行教程中提到的 .xib 步骤。

【问题讨论】:

你得到过合理的答案吗? 【参考方案1】:

请参考iAd programming guide。

这与每个视图/视图控制器基本相同:实例化并添加为子视图。

【讨论】:

以上是关于如何在没有 .xib 文件的情况下添加 iads?的主要内容,如果未能解决你的问题,请参考以下文章

如何在没有 .xib 或故事板文件的情况下向应用程序添加菜单?

如何在没有 Stroybord/Xib 的情况下使用 JTCalendar

如何在没有xib文件的情况下使用uiviewcontroller

如何在没有 XIB 文件的情况下以编程方式更新 Xcode 中的 UILabel?

Xcode - 如何在不更改 UIScreen 大小的情况下添加 xib 启动屏幕

如何在没有 xib 的情况下使用 UINavigationController?