【发布时间】:2016-10-16 04:29:59
【问题描述】:
滚动后,我希望我的 TableView 显示如下:
不是这样的:
我已经设置了我的 rowHeight = tableViewHeight / 3:
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
{
return CGRectGetHeight(self.tableView.frame)/3;
}
【问题讨论】: