tableView的cell不能满屏显示时,会显示多余的分隔线。 设置tableView的tableFooterView即可去掉多余的分隔线self.tableView.tableFooterView= [[UIViewalloc]init];