Mehul Mistri
Mehul Mistri

Reputation: 15147

How can we implement Dropdownlist functionality in iPhone

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

Answers (1)

Joe
Joe

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

Related Questions