标签: iphone objective-c ios xcode uiwebview
我在我的应用中使用UIWebView。当它有许多图片并且仍在加载时,它会急剧滚动。
UIWebView
如何像在Mobile Safari中一样顺畅地进行UIWebView滚动?
答案 0 :(得分:1)
您可以缓存图像并从缓存中加载它们以使渲染更快。看看以下答案。
1。How to save the content in UIWebView for faster loading on next launch?
2。Need content in UIWebView to display quickly
3。Substituting local data for remote UIWebView requests