Sunil Kumar Sahoo
Sunil Kumar Sahoo

Reputation: 53647

How to create dropdown box?

In my app I want to provide option in dropdown box, I know there is no such thing in iPhone can I create dropdown box using available controllers? Please can anyone suggest me how I can achieve this?

Upvotes: 1

Views: 3631

Answers (1)

RK-
RK-

Reputation: 12201

Deepak, You can create a Drop down like control with a help of a UIButton and a UITableView indicating the drop down list. But for sure your application would be rejected by Apple.

Most of the iPhone users would be comfortable using a drop down box in an iPhone app, because people got used to Pickers .

So better go for using UIPicker, which is meant for what you are asking.

Upvotes: 1

Related Questions