Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中使用 Admob。我将 Admob 放在底部标签栏的上方。现在,当我点击广告时,广告就会打开。但某些广告会出现底部标签栏。我想摆脱它。
基本上,当我点击广告时,底部栏应该是隐藏的。那么我如何在点击广告时收到通知,或者我们可以通过其他任何方式来实现这一点?请帮助。
GADBannerViewDelegate 在这些方法中检查这两个委托方法
GADBannerViewDelegate
- (void)adViewWillPresentScreen:(GADBannerView *)bannerView; - (void)adViewWillLeaveApplication:(GADBannerView *)bannerView;
这是完整的文档