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
Youll prolly want to use the UIPicker class as there is no DropDown in UIKit, you can always make your own dropdown list if you desire