Results 16 comments of vincent

WKWebView 支持NSURLProtocol 后好像 网页内POST的请求会有问题,即使不处理,postData 也会被清除。

I probably have a model of this ``` struct Person { var name: String var scores: [Int]? } let person = Person(name: "v") sync person ``` 1. When scores is...

能否增加通过对 scrollDidScroll 偏移的方法来修改日历的高度变化。

导出的视频也会存在这样的问题,不知道是不是合成的视频内容里面有丢帧或者其他的情况,拖拽后重新播放就会先回退 0.1 秒再播放

比如,webview里面有form表单提交内容,被URLProtocol拦截后就没有Post Data了。google后好像说现在并不能解决。