Reputation: 15147
I know there is no any controls like Dropdownlist in iOS library but suppose we want to implement this type of functionality then how can I do this....
I do not want any code but just want to get suggestion from our peers...
So Let me know about how can I implement it in iPhone...
Thanks in advance..
Upvotes: 3
Views: 3011
Reputation: 3761
I think UIPicker is generally the alternative to the drop down on iPhone, that's what pops up when you use a drop down in the web browser.
See Apple's documentation for further reference.
Upvotes: 4