I need to implement the expandable tableView cell in ios 8

前端 未结 2 1254
既然无缘
既然无缘 2021-01-23 06:38

In my project I need to implement the UITableview with some of the tableView cells are expandable and some of them are independent. If it is expandable cell need to indicate the

2条回答
  •  南笙
    南笙 (楼主)
    2021-01-23 07:28

    Try this control: https://github.com/jonasman/JNExpandableTableView It supports what you say. Tapping on a cell expands it.

提交回复
热议问题