ChenYilong

Results 194 comments of ChenYilong

```Objective-C - (void)webViewDidFinishLoad:(UIWebView *)webView { NSCachedURLResponse *cachedResponse = [[NSURLCache sharedURLCache] cachedResponseForRequest:webView.request]; } ``` 在iOS低版本上 正常使用NSURLCache 可以通过 cachedResponseForRequest:webView 获取到缓存的 response,但是在iOS12上 返回为 nil , 在 苹果的问题列表上也有相同的bug提问,这里记录一下 https://forums.developer.apple.com/thread/108338

多些@MoLice 提醒,相关代码是有使用者提交的PR https://github.com/ChenYilong/CYLTabBarController/pull/317 ,在使用时未了解到出处故未添加注释,现在已经在代码中添加来源。https://github.com/ChenYilong/CYLTabBarController/commit/353f990e7785e2267a4c0a3e4ab94dddb218b9f0

在这里有讨论: v1.17.21 已经发布: change log: - [work-arounds]compatible for iPhoneX for issue #312 - work-arounds 方案,解决 iOS12.1上,iPhoneX 位置跳动的问题。 相关提交见:https://github.com/ChenYilong/CYLTabBarController/commit/2ec965962b70b3c282406265b572bf10af8bb648