views:

170

answers:

1

What is the best way to display a large chunk of text (taken from a .txt file in the app) in a UIScrollView so a user can scroll about it? Length of the text is variable.

A: 

Put the UITextView into the UIScrollView.

David Schiefer
yeah but what about the length?
RexOnRoids
it doesn't matter how long your text is, the UIScrollView will still scroll your text.
David Schiefer