WSTableviewTree
##运行demo
###该框架可以自定义二级cell伸展,折叠,使用方法和原生方法基本一样 不需要任何学习成本
该项目自定义拓展的tableview的代理方法
- (NSInteger)tableView:(WSTableView *)tableView numberOfSubRowsAtIndexPath:(NSIndexPath *)indexPath;
- (CGFloat)tableView:(WSTableView *)tableView heightForSubRowAtIndexPath:(NSIndexPath *)indexPath;
- (UITableViewCell *)tableView:(UITableView *)tableView cellForSubRowAtIndexPath:(NSIndexPath *)indexPa
1