Dropdown list view in iPhone

前端 未结 3 1118
死守一世寂寞
死守一世寂寞 2021-02-11 03:24

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:42

    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.

提交回复
热议问题