08 2016 档案

摘要:-[__NSCFArray removeObjectAtIndex:]: mutating method sent to immutable object' 有时会报这个错误 首先,我们来分析一下这个报错的主要意思 mutating method sent to immutable object 说 阅读全文
posted @ 2016-08-29 15:56 小眼奇遇记 阅读(900) 评论(0) 推荐(0)
摘要:首先导入 #import <WebKit/WebKit.h> 初始化,要注意有两个代理, navigationDelegate应该是替换的uiWebView中的方法的 webview可以通过监听自己的"estimatedProgress"来获取到页面的加载进度,实现进度条. webview加载web 阅读全文
posted @ 2016-08-04 15:01 小眼奇遇记 阅读(211) 评论(0) 推荐(0)