How do I get UITableView to display as drop-down list?
I want to enable selection from a list of items. Since picker view takes up a lot of space and I have already used once in the same app, I was just wondering if UITableView can be used for displaying a drop-down list as it will take scant space.
And also the list gets populated from a database which lends itself to editing by the user from the interface.
Thanks in advance.
Sayeed