- (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. ![Uploading 屏幕快照 2016-05-23 下午3.39.40.png…]()
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.