iAd 显示在 UITabBarController 下方,一直在屏幕上?
我想在 UITabBarController 下方添加 iAd 横幅视图。优选地,实际的选项卡栏将保持相同的大小,随着横幅视图上下移动,并且每个选项卡的视图将被调整大小。
这可能甚至被允许吗?如果是这样,我将如何去做这件事?任何教程链接都值得赞赏。
如果我进行了此设置,我是否会遇到调整 UINavigationControllers 及其子视图大小的问题?
I'd like to add an iAd bannerView below a UITabBarController. Preferably, the actual Tab Bar would stay the same size, moving up and down with the banner view, and the views for each tab would be resized.
Is this possible or even allowed? If so, how would I go about doing this? Any tutorial links are appreciated.
If I had this setup, would I have resizing issues with the UINavigationControllers and their subviews?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我使用的技术,尽管是针对 UINavigationController 而不是 UITabBarController。但我相当确定你可以让它适用于根 UITabBarController。
iPhone 应用程序中的全局 ADBannerView
虽然在 SO 问题/答案中没有提到,但我确实制作了动画广告出现和消失,在此过程中调整内容视图的大小。我对此没有任何问题,Apple 批准了 3 个使用此代码的应用程序。
Here is the technique I use, albeit for UINavigationController not UITabBarController. But I'm fairly certain you could make it work for a root UITabBarController.
global ADBannerView in iPhone app
While not mentioned in the SO question/answer, I do animate the ad appearing and disappearing, resizing the content view in the process. I've had no issues with this, and Apple's approved 3 apps with this code.