通過設置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];//推薦該方法