2016-07-18 61 views
0

我在此處設置了頁腳高度。設置頁腳高度後,tableView的contentSize不正確

-(CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section{ 
NSDictionary *dic = _dataArr[section]; 
return [YhtCellAdapter adapterHeightOfFooter:[dic[@"type"] integerValue]];} 

Here is the picture.(there is a space in the bottom)

1:如果我將高度設置爲0.01f,空間就會消失。爲什麼設置高度後tableView的contentSize不正確?

2:如果我將更改爲UITableViewStylePlain,則空間消失。但是頁腳會浮在底部,我不知道如何隱藏頁腳。

+0

你怎麼知道'contentSize'有問題?你檢查過它的價值嗎? – matt

+0

當然,我這樣做。如果我沒有設置頁腳高度,底部沒有空間。 – user6349457

回答

0

設置頁腳高度後請撥Tableview.layoutIfNeeded()