How to create DropDown in xcode?

后端 未结 5 1829
时光取名叫无心
时光取名叫无心 2020-11-27 17:55

I am a very new developer for IOS, i need help, How to create dropdown box in xcode, any one provide me example to create country list in drop down?

5条回答
  •  半阙折子戏
    2020-11-27 18:52

    Here I found two demos for dropDown list, One is creating custom expandable UITableViewCell like :-

    enter image description here

    to

    enter image description here

    source code :- DEMO

    AND Another is custom Drop Down list like:-

    enter image description here

    by clicking of test then open drop down list as bellow like image

    drop down list

    source code with Tab Bar:-DEMO

    updated source code without Tab Bar :-

    http://www.sendspace.com/file/83qws5

提交回复
热议问题