How to get fast, smooth scrolling with UIWebView?

2019-07-31 00:04发布

问题:

UIWebView exhibits jerky behavior when scrolling fast through lots of content. Mobile Safari, on the other hand, scrolls quickly and smoothly. It displays a simple checkerboard pattern while scrolling and then renders the page when scrolling is done.

How can we get Mobile Safari's fast, smooth scrolling behavior with a UIWebView?

回答1:

Would this help?

Found a better solution. CGTiledLayer.