sakkaras / SKSTableView

An expandable table view.
MIT License
446 stars 115 forks source link

Missing return some method commented #53

Open anhhtbk opened 7 years ago

anhhtbk commented 7 years ago

Eg: - (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section { if ([_SKSTableViewDelegate respondsToSelector:@selector(tableView:heightForHeaderInSection:)]) [_SKSTableViewDelegate tableView:tableView heightForHeaderInSection:section]; return 0; } Is that a bug? When I uncomment that method to use, It not work. :))