views:

291

answers:

0

My questions is what is the best way to create a Frequently Asked Question tab (section) of my App. I'm using a table view where the data is pulled from a .plist file. The table view has a three level drill down to a detail view where I want the actual answer from a FAQ. Now this is no problem using UITextView. However I need to enable variable fonts, colors, and alignments within a view that displays text and UIWebView handles this great. But how can I do this or what is the best way to handle this requirement? The FAQs also have to be searchable so there lies another hurdle (I can worry about that later). I just want to make sure that I set this up correctly the first time so when it comes time to add search capabilities I wouldn't have wasted too much time for the FAQs are many. Any thoughts? The FAQs consist of 18 main groups and each group has several sections (4-8) and each section has several (4-8) questions/answers.