Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我UIWebView在我的应用程序中使用 a 。当它有很多图片并且仍在加载时,它会突然滚动。
UIWebView
我怎样才能UIWebView像在 Mobile Safari 中一样平滑滚动?
您可以缓存图像并从缓存中加载它们以加快渲染速度。看看下面的答案。
1.如何保存 UIWebView 中的内容以便下次启动时更快加载?
2.需要UIWebView中的内容快速显示
3.用本地数据代替远程UIWebView请求