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.
我对覆盖我的 webView 内容的 admob 广告有疑问。我知道可以通过制作 webview 和bannerview 兄弟姐妹来完成一些事情,但是我有一个应用内购买,用户可以从中删除广告。有谁知道如何让横幅视图出现在 webView 上方,如果用户购买了应用内购买,我希望 webview 再次覆盖整个屏幕。
正如您所提到的,您可以拥有bannerView和UIWebView成为兄弟视图。如果用户完成购买,您可以通过编程方式将其bannerView从您的窗口中删除。
bannerView
UIWebView