tags:

views:

11

answers:

0

I am implementing UIPickerView so that the user can select one of 5 answers. Each answer, by default, has its own row. The problem I'm running into is that the majority of answers contain more text than just one row. This results in displaying a brief introductory phrase interrupted by an ellipsis. I need the text to wrap onto subsequent lines so that the user can see the entire answer. Is there a way to change the row so that its height changes dynamically based on how much text is in the row?