I just updated to Xcode 5.0.2 and in interface builder on the lower right corner where I can drag and drop objects I don't see combobox any more. I tried using the search field below and typed combobox, NSCombobox, but nothing.
Using a UIPickerView will probably get you far
It's easy to make a ComboBox lookalike. It consists of only three parts in InterfaceBuilder xib:
The ListView is normally invisible (setHidden:TRUE) and is placed over other items in this xib. A tap on the Button makes the ListView visible (setHidden:FALSE). At selection, didSelectRowAtIndexPath writes the selected string to the label and set ListView hidden.

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With