tags:

views:

535

answers:

1

how to create a combobox in iphone ?

+1  A: 

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.

pix0r