Adding a combo box or dropdown to a UIView

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!!!

+4
source share
2 answers

Standard practice is to either use the UIPicker or push the TableViewController onto the stack and return after the user selects an option here.

+1
source

Youll UIPicker, UIKit DropDown, ,

+2

All Articles