会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sundaysios
sundaysios
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
19
下一页
2019年10月16日
iOS中WebKit框架应用与解析
摘要: https://www.cnblogs.com/fengmin/p/5737355.html WebKit是iOS8之后引入的专门负责处理网页视图的框架,其比UIWebView更加强大,性能也更优。 引言 在iOS8之前,在应用中嵌入网页通常需要使用UIWebView这样一个类,这个类通过URL或者
阅读全文
posted @ 2019-10-16 18:41 sundaysios
阅读(725)
评论(0)
推荐(0)
2019年10月9日
HYStockChart, 股票图(包括K线图、趋势图、成交量、滚动、放大缩小等)
摘要: HYStockChart, 股票图(包括K线图、趋势图、成交量、滚动、放大缩小等)
阅读全文
posted @ 2019-10-09 17:47 sundaysios
阅读(852)
评论(0)
推荐(0)
2019年9月27日
OC与JS交互
摘要: https://www.jianshu.com/p/bb666b71e104 一、简述 目前原生与JS交互的方式有以下几种 JavaScriptCore WKWebView 拦截URL WebViewJavascriptBridge库 二、JavaScriptCore (一)定义 1.JSConte
阅读全文
posted @ 2019-09-27 22:33 sundaysios
阅读(867)
评论(0)
推荐(0)
iOS 与 js交互的其一方法 WebViewJavascriptBridge的使用
摘要: #import <WebViewJavascriptBridge.h> /// @interface ZWBridgeViewController ()<WKNavigationDelegate, WKUIDelegate, UIGestureRecognizerDelegate> @propert
阅读全文
posted @ 2019-09-27 21:47 sundaysios
阅读(490)
评论(0)
推荐(0)
OC和JS调用
摘要: https://www.jianshu.com/p/06647fea1dd8
阅读全文
posted @ 2019-09-27 17:35 sundaysios
阅读(145)
评论(0)
推荐(0)
WKWebView单个界面添加请求头
摘要: 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
阅读(1787)
评论(0)
推荐(0)
2019年9月25日
Xcode 静态代码分析
摘要: https://blog.csdn.net/skymingst/article/details/18938367
阅读全文
posted @ 2019-09-25 05:44 sundaysios
阅读(221)
评论(0)
推荐(0)
2019年9月1日
ios中使用socket实现聊天
摘要: [iOS]SocketRocket简单实现聊天室功能 https://www.jianshu.com/p/db34940f1135 CocoaAsyncSocket https://github.com/Soldoros/SSChat
阅读全文
posted @ 2019-09-01 18:06 sundaysios
阅读(493)
评论(0)
推荐(0)
2019年8月15日
ios中时间倒计时
摘要: 博客地址
阅读全文
posted @ 2019-08-15 21:38 sundaysios
阅读(393)
评论(0)
推荐(0)
2019年8月9日
git branch --set-upstream 本地关联远程分支
摘要: 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
阅读(261)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
19
下一页
公告