SLExpandableTableView
SLExpandableTableView copied to clipboard
A bug when I set heightForFooterInSection
- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section{ return 10; }
when i set the height for footer in section,there is a bug.Open the first section, the bottom view will no normal.