码迷,mamicode.com
首页 > 其他好文 > 详细

1111

时间:2017-03-16 16:14:11      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:加载   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()  

    }  

1111

标签:加载   error   sel   error:   idfa   mat   load   tar   tin   

原文地址:http://www.cnblogs.com/zhwl/p/6559906.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!