0

Possible Duplicate:
Creating a combo box for the iPhone

how to create a combobox in iphone ?

Community
  • 1
  • 1
jaleel
  • 315
  • 1
  • 5
  • 15

1 Answers1

3

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.

Community
  • 1
  • 1
pix0r
  • 31,139
  • 18
  • 86
  • 102