views:

40

answers:

1

Hello,

I would like to have a layout similar as this one and also to be able to pinch to zoom. Do you have a great idea ?

layout exemple

I investigating using an UIWebView or construct this with CoreText..

Thanks for your help.

Thierry

+4  A: 

The easiest approach is to make it with HTML and UIWebVIew. CoreText is also good but it will require much more code. I would try with HTML and if the performance is good then I would do it with it ;)

nacho4d