How to create dropdown box?

2019-01-29 04:19发布

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?

1条回答
够拽才男人
2楼-- · 2019-01-29 05:22

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.

查看更多
登录 后发表回答