iphone - Implementing CATiledLayer on a UIWebView for fast scrolling -
I have a large webview in my iPad app and scrolling performance is a big problem, especially when you are browsing for the first time Webview In Mobile Safari, scrolling is extremely smooth and the page only appears as a transparent checkerboard pattern and load because it comes in the scene. The way I have read, I am using CATiledLayer, but I do not know how to implement it, can anyone show me the right direction? Thanks!
A UIWebView should already tile behind the scenes
If you If you create a UIWebView which is just the size of the display, then there is only one reason that I have no way of manually backing a UIBlue with a CATiledLayer that I know, due to its complex rendering architecture. Compared to mobile safaris, there will be other overlay views on slower scrolling, which needs to be composite on the web view when scrolling.
Comments
Post a Comment