How to create DropDown in xcode?

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

Leave a Comment