How to tile a UIWebView?
Posted
by franky
on Stack Overflow
See other posts from Stack Overflow
or by franky
Published on 2010-06-12T19:07:27Z
Indexed on
2010/06/12
19:23 UTC
Read the original article
Hit count: 278
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
© Stack Overflow or respective owner