iAd 显示在 UITabBarController 下方,一直在屏幕上?

发布于 2024-10-20 21:53:29 字数 202 浏览 0 评论 0原文

我想在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

じее 2024-10-27 21:53:29

这是我使用的技术,尽管是针对 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文