What's the way to do this?
I need a UIScrollView, and in it I need to display an unknown amount of "title" - "text" blocks, The content of which comes from a database.
I will put the title of each block in a UILabel, and the text in a non-scrollable, user disabled UITextView, but, how can I detect how large my chunk of text is in order to create the UITextField with the correct dimensions to display the entire text ?
|