Possible Duplicate:
Creating a combo box for the iPhone
how to create a combobox in iphone ?
Possible Duplicate:
Creating a combo box for the iPhone
how to create a combobox in iphone ?
I use a modified UIActionSheet
with a UIPickerView
embedded. Check out how they handled it in this question: Fitting a UIDatePicker into a UIActionSheet.
You could also use a simple UITableView
embedded in some sort of "pop-up" or modal view.