Dropdown list view in iPhone

前端 未结 3 1999
耶瑟儿~
耶瑟儿~ 2021-02-11 03:07

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 vie

相关标签:
3条回答
  • 2021-02-11 03:49

    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/

    0 讨论(0)
  • 2021-02-11 04:00

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

    0 讨论(0)
  • 2021-02-11 04:01

    You can create a tableView and use insert row at index path an make an array of index path then when you select a row, delete rows at indexpath. For the layout you can customize the way you want. I did it in my app it'very fluent.

    0 讨论(0)
提交回复
热议问题