How to tile a UIWebView?
- by franky
I need to use tiles with a UIWebview to improve the rendering and scrolling of the content.
I tried to find some info in Google but it seems that there are no examples or technical info about this subject. I am doing some test with CATiledLayer class without luck...
Basically, I want to replicate the same that Mobile Safari does with the content of a website. You can see how Safari makes tiles when you see the squared background.
Any help will be very welcome!
Thanks in advance,
Franky