I need to have selectable text within a UIScrollView. As I understand it, the preferred way to make selectable text on the iPhone is to put it in a UITextView. However, that inherits from UIScrollView, and there are issues with putting one UIScrollView within another. For starters, the outer scrollview doesn't scroll anymore, and the text in the inner UITextView still isn't selectable.
What's the preferred way of getting selectable text into a UIScrollView?