在 AppDelegate 中调用时子视图下移 20 像素

发布于 2024-08-21 15:44:23 字数 302 浏览 8 评论 0原文

当我调用 AdMob 广告时,我遇到了这个问题。从

[rootController.view addSubview:adMobAd]; //setup the ad

点击的广告返回后,AdMob 框架向下移动 20 像素。不过,这似乎不是 AdMob 问题,而是此处也讨论过的问题:https://然而

,我无法让它工作,有什么想法吗?

I'm facing this issue when I'm calling AdMob ad with

[rootController.view addSubview:adMobAd]; //setup the ad

Upon returning from the ad being clicked the AdMob frame moves down 20 pixels. However it seems that this is not a AdMob issue, but a issue that is also discussed here: https://discussions.apple.com/thread/2288486

However I couldn't get it to work, any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

北方。的韩爷 2024-08-28 15:44:23

20 像素是状态栏的高度。如果应用程序不使用状态栏,请确保您正在使用的所有 XIB 文件都已关闭状态栏。您还可以在 Info.plist 中包含 UIStatusBarHidden 属性并将其设置为 YES。

20 pixels is the height of the status bar. If the app will don't use the status bar make sure all the XIB files you are using has the status bar turned off. You may also include in the Info.plist the UIStatusBarHidden property and set it to YES.

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