上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页
摘要: https://www.cnblogs.com/fengmin/p/5737355.html WebKit是iOS8之后引入的专门负责处理网页视图的框架,其比UIWebView更加强大,性能也更优。 引言 在iOS8之前,在应用中嵌入网页通常需要使用UIWebView这样一个类,这个类通过URL或者 阅读全文
posted @ 2019-10-16 18:41 sundaysios 阅读(622) 评论(0) 推荐(0) 编辑
摘要: HYStockChart, 股票图(包括K线图、趋势图、成交量、滚动、放大缩小等) 阅读全文
posted @ 2019-10-09 17:47 sundaysios 阅读(775) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/bb666b71e104 一、简述 目前原生与JS交互的方式有以下几种 JavaScriptCore WKWebView 拦截URL WebViewJavascriptBridge库 二、JavaScriptCore (一)定义 1.JSConte 阅读全文
posted @ 2019-09-27 22:33 sundaysios 阅读(781) 评论(0) 推荐(0) 编辑
摘要: #import <WebViewJavascriptBridge.h> /// @interface ZWBridgeViewController ()<WKNavigationDelegate, WKUIDelegate, UIGestureRecognizerDelegate> @propert 阅读全文
posted @ 2019-09-27 21:47 sundaysios 阅读(476) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/06647fea1dd8 阅读全文
posted @ 2019-09-27 17:35 sundaysios 阅读(138) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/14b9ea4bf1d4 https://github.com/Yeatse/NSURLProtocol-WebKitSupport/blob/master 重点在这 - (void)setUrl:(NSURL *)url { _url = url 阅读全文
posted @ 2019-09-27 06:39 sundaysios 阅读(1667) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/skymingst/article/details/18938367 阅读全文
posted @ 2019-09-25 05:44 sundaysios 阅读(214) 评论(0) 推荐(0) 编辑
摘要: [iOS]SocketRocket简单实现聊天室功能 https://www.jianshu.com/p/db34940f1135 CocoaAsyncSocket https://github.com/Soldoros/SSChat 阅读全文
posted @ 2019-09-01 18:06 sundaysios 阅读(482) 评论(0) 推荐(0) 编辑
摘要: 博客地址 阅读全文
posted @ 2019-08-15 21:38 sundaysios 阅读(377) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/403d6ad11e30 最近使用git pull的时候多次碰见下面的情况: There is no tracking information for the current branch. Please specify which branch 阅读全文
posted @ 2019-08-09 22:06 sundaysios 阅读(239) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页