当我使用UIWebView使用loadRequest显示网页时,有时在网络不稳定的情况下这很耗时,所以我想随意取消loadRequest,怎么办?
最佳答案
刚打电话
[myWebView stopLoading];
https://developer.apple.com/library/ios/documentation/uikit/reference/UIWebView_Class/Reference/Reference.html#//apple_ref/occ/instm/UIWebView/stopLoading