没有 NavigationController 的 iAd 多视图

Posted

技术标签:

【中文标题】没有 NavigationController 的 iAd 多视图【英文标题】:iAd Multiple Views without NavigationController 【发布时间】:2012-06-19 16:08:28 【问题描述】:

今天我完成了我的项目,想把它上传到 AppStore。现在我想实施 iAd。 我的应用程序中有 4 个视图并通过

切换
  [self presentModalViewController:eas animated:YES];

他们之间。我想在所有这些中显示 iAd 横幅。我在互联网上找到了共享 iAd,但它只适用于导航控制器或标签栏。我是否还有其他选择可以在每个视图中实施 iAd?

干杯 V. 利茨。

【问题讨论】:

【参考方案1】:

您可以创建 UIViewController 的子类来设置 iAd 并将其用于您的视图控制器。

执行此操作的更好方法(避免子类化导致您无法使用该子类)可能是为设置 iAd 的 UIViewController 创建一个category 并使用它。

【讨论】:

以上是关于没有 NavigationController 的 iAd 多视图的主要内容,如果未能解决你的问题,请参考以下文章

没有 NavigationController 的 iAd 多视图

如何在没有navigationController的viewController中制作CAAnimation

关闭没有 NavigationController 的推送视图控制器

ValueType "tableViewCell" 没有成员 navigationController

添加没有navigationController的子视图时正确释放ViewController

self.navigationcontroller 推送没有导航项的视图控制器