Still learning I wonder what to use. I have a page that is a bit of a summary. I want to be able to display formatted content in 2 or 3 paragraphs. The content will include formatted text, images and links to other views inside my application.
I realize I can use a UITableView and cook up a handful of custom cells that will serve every purpose. But I was thinking, is UIWebView maybe a better option here?
If using UIWebView my app must be able to generate the html pages itself, are there classes for this already or will I have to create from scratch?
The other thing is that I want links within the text that point to other views in my application, will this work?
Or should I be looking at a different technology altogether here?
thanks!
I realize I can use a UITableView and cook up a handful of custom cells that will serve every purpose. But I was thinking, is UIWebView maybe a better option here?
If using UIWebView my app must be able to generate the html pages itself, are there classes for this already or will I have to create from scratch?
The other thing is that I want links within the text that point to other views in my application, will this work?
Or should I be looking at a different technology altogether here?
thanks!