将 UIButton 放在全屏 UIWebView 上以在 UIWebView 加载失败时关闭它
我的 iOS 应用程序中有插页式全屏广告。我无法控制广告的 HTML 代码。我不想修改广告网络提供的广告代码。 有时,由于网络问题,广告无法加载。 没有办法关闭兴趣。之后应用程序将无法使用。
我希望将本机关闭 UIButton 放置在 UIWebView 上。 我不使用 IB,我必须以编程方式制作这样的按钮。
怎么做呢?
I have interstitial fullscreen ad in my iOS app. I do not have control on HTML code for ad. I do not wish to modify ads code provided by ad network.
Sometimes ad is not loading due to network problems.
There is no way to close interestitial. App is unusable after that.
I wish to place native close UIButton over UIWebView.
I do not use IB, I have to make such button programatically.
How to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
例如,
然后在方法中放入您喜欢的任何代码
For example,
Then put whatever code you like in the method