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
2009-12-30 09:46:56