开发者

Dropdown list view in iPhone

开发者 https://www.devze.com 2023-01-14 19:16 出处:网络
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

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 c开发者_如何学Goan 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.


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/


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


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

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号