I'm using a UIWebView
in my app. When it has many pictures and is still loading, it scrolls jerkily.
How can I make the UIWebView
scroll smoothly like in Mobile Safari?
I'm using a UIWebView
in my app. When it has many pictures and is still loading, it scrolls jerkily.
How can I make the UIWebView
scroll smoothly like in Mobile Safari?
you can cache your images and load them from cache to make the rendering faster. Have a look at the following answers.
1.How to save the content in UIWebView for faster loading on next launch?