I'm just thinking of the best way to implement the detail view on my app. It needs to look along the lines of the attached image; headers, bullet point sections, and paragraph sections. I'm thinking a UIWebView would be best to do this, or this there a better method? The main downside I see is that I'll need about 40 .html files in the bundle. Even though .html files are so small will this be a problem?
Each row in the table will load it's own .html file for the detail view.
Each row in the table will load it's own .html file for the detail view.