UIWebView加载时间
我有 webView,我尝试处理连接不良的情况。 WebView 在没有连接的情况下尝试在 5 分钟内加载内容,然后发送错误。
例如,如何将加载时间更改为 1 分钟?
I've got webView and I try to handle case with bad connection. WebView tries to load content during 5 mins without connection and sends error after.
How can I change time of loading to 1 min for example?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试 performSelector:withObject:afterDelay:
当它开始加载时:
如果加载成功:
如果链接错误:
You may try performSelector:withObject:afterDelay:
When it starts loading:
If loaded successfully:
If its a bad link: