I am starting to learn to use the UIPicker in an application. what I want to do is that when the user clicks on the zipcode textbox, I want the uipicker to pop up and display list of zipcodes available. Just like a drop down in c# or VB.net. Do I have to create a new view and place the uipicker there?
Thanks
I am starting to learn to use the UIPicker in an application. what I
Share
In order to have a UIPickerView appearing in your app you do not need an additional view.
Assuming you are in a UIViewController:
You can also add a delegate function to the second animations to remove the mPicker from the superview.
For more information have a look at the UIView Reference.