TableView不显示没内容的Cell怎么办?时间:2023-03-09 01:58:31 类似这种,我不想让下面那些空的显示. 很简单: self.tableView.tableFooterView = [[UIView alloc] init]; 加完这句之后就变成了这样: