iOS how to implement a drop down list and how to take care of closing it?

后端 未结 5 383
臣服心动
臣服心动 2020-12-24 04:05

I need some inputs on how to implement dropdown list kind of functionality in iOS.

I have some solutions in mind like using UITableView for displaying t

5条回答
  •  春和景丽
    2020-12-24 04:38

    First of all, if you are on iPad, a UIPopoverViewController is designed exactly for this. If you are needing something more custom I always have an invisible fullscreen sized button unhide just under the dropdown. It covers the entire screen and when touched or when the dropdown dismisses it hides its self. Super simple.

提交回复
热议问题