UIWebView or Custom UIView

Posted by dinoc on Stack Overflow See other posts from Stack Overflow or by dinoc
Published on 2010-06-08T21:30:55Z Indexed on 2010/06/08 21:42 UTC
Read the original article Hit count: 255

Filed under:

I have a dilemma and was wondering if anyone else had this issue. I have a Navigation based app that when you drill down to the last level, that last view has lots and lots of information and details. I am wondering if I should just use a UIWebView to display the details of information or if I should create a custom UIView with all the labels and outlets set in that UIView. Which way is recommended or the preferred way of doing something like this?

© Stack Overflow or respective owner

Related posts about iphone