views:

377

answers:

2

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?

A: 

Would this help?

Found a better solution. CGTiledLayer.

willcodejavaforfood
A bit more information or example would be helpful.
sam
A: 

Any example or clue? how to use CGTiledLayer with a UIWebview?

Thanks Franky

franky