I need to implement the expandable tableView cell in ios 8
问题 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 '+' symbol.enter image description here. Can any one please help me out 回答1: I have created a small demo, https://github.com/haripalwagh/ExpandableTableviewCell Screenshot 1 : Before expanding a cell Screenshot 2 : After expanding a cell @interface ViewController () <UITableViewDataSource, UITableViewDelegate> {