I need to present a list of items to the user, allowing them to select one of the items. I've tried the UIPickerView, but its rather limited in that it displays a single line of text for each item.
I need to display additional text for each item and am thinking multiple lines for each item might be a good way to do it.
Any suggestions on a control which will provide multiple lines of text for each item in a list and perhaps use different font sizes for each line?