I need to add a combo box or drop-down list to a UIView. I did not find such an object in the \"Library\" of the interface builder. How do I add this object to my UIVIEW? Do
The standard practice here is to either use a UIPicker or push a TableViewController to the stack and return once the user has selected an option here.