通过设置section的footerView 的高度可完成
-(CGFloat)tableView:(UITableView*)tableView heightForFooterInSection:(NSInteger)section
{
return1;
}//该方法会出现一些其他的问题
self.tableView.tableFooterView=[[UIViewalloc]init];//推荐该方法
通过设置section的footerView 的高度可完成
-(CGFloat)tableView:(UITableView*)tableView heightForFooterInSection:(NSInteger)section
{
return1;
}//该方法会出现一些其他的问题
self.tableView.tableFooterView=[[UIViewalloc]init];//推荐该方法