我已经阅读了Apple的文档并引用了他们臭名昭着的iAdSuite
示例代码。我查看了许多教程和stackoverflow帖子,但仍然无法解决问题。
当我使用 tabviewcontroller 和 storyboard 时,如何在符合Apple条款的情况下阻止iAd被卸载?
我有tabBarController
分为 3 与UINavigationControllers
分开的UIViewControllers
。
有没有办法向AdBannerView
添加UITabBarController
?我尝试过使用容器视图但没有成功。我该怎么办?
答案 0 :(得分:1)
一种解决方案是使用AdBannerView和contentViewController提供视图控制器。将TabBarController嵌入contentViewController中,然后根据需要调整视图。