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 ?
I investigating using an UIWebView or construct this with CoreText..
Thanks for your help.
Thierry
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 😉