The best way to accomplish the task
Hi members!
I have to add up lots of text in my iphone app. It's actually a document with table of contents. There would be a view of list of content,after tapping on a link will move to detail text of that link. Now I want to know how could i handle this multiple views? Should I add each WebView or simple view per link and then show or hide it or a single DETAILED VIEW could deal with it? Should I go for Web View or Simple View?
Thanks