iOS开发中关于没有数据时不显示tableView的分割线 //可以直接添加如下代码即可 self.tableView.tableFooterView = [[UIView alloc]initWithFrame:CGRectZero];