views:

61

answers:

2

Hi All,

Has any one has the implemented drop-down view in their application. The drop-down view should behave like a search suggestion drop-down or a normal drop-down web component view having a button with the text-view field. Or can any one guide me to such an article of the implementation is present on the web. I have tried goggling but of no much help.

Thanking in advance.

A: 

you can use a UIPickerView as a Dropdown. Have you tried it?

Kapil Choubisa
I know about that option , the problem is it as in client requirement.
Ameya
A: 

Here is the sample code to create dropdown view like html in your application. http://code.google.com/p/dropdowndemo/downloads/list

The tutorial is here. http://ameyashetti.wordpress.com/2010/09/26/drop-down-demo/

Ameya