标签:加载 error sel error: idfa mat load tar tin
func webViewDidStartLoad(webView: UIWebView) {
//开始加载
//activityLoadingView.startAnimating()
// print(self.artworkWebView.request?.URL?.absoluteString)
}
func webView(webView: UIWebView, didFailLoadWithError error: NSError?) {
//加载失败
}
func webViewDidFinishLoad(webView: UIWebView) {
//加载成功,加载完成
// activityLoadingView.stopAnimating()
}
标签:加载 error sel error: idfa mat load tar tin
原文地址:http://www.cnblogs.com/zhwl/p/6559906.html