I need to add a combo box or a dropdown to a UIView. I did not find such an object in the "Library" of the interface builder. How to add this object to my UIVIEW? Should I inherit it from another object (which one?) Or do I need to create it programmatically from scratch? Please, help!!!
Standard practice is to either use the UIPicker or push the TableViewController onto the stack and return after the user selects an option here.
Youll UIPicker, UIKit DropDown, ,