How to create dropdown box?

后端 未结 1 1102
终归单人心
终归单人心 2020-12-22 03:59

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

相关标签:
1条回答
  • 2020-12-22 04:36

    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.

    0 讨论(0)
提交回复
热议问题