I would like to try to make an app similar to a Bible app, it would include a number of books, navigation through them and searching. My question is what is the best way to deal with lots of rich text? Should it be all NSAttributedStrings? Or something else? A number of well-formatted books in one app...
Or should it be HTML and WebViews? Or RTF?