Hello,
I want a UIPicker to popup instead of the keyboard when I click on a text field. Is this possible, I've been googling for awhile but can't find anything.
Does anyone have any sample code ?
Regards, Stephen
Hello,
I want a UIPicker to popup instead of the keyboard when I click on a text field. Is this possible, I've been googling for awhile but can't find anything.
Does anyone have any sample code ?
Regards, Stephen
Here is a good tutorial to create a UIPicker yourself UIPicker tutorial. Then you can use [self presentModalViewController:picker] to present a modal view controller when user click on the text field. I hoped that you know how to handle text field event