mj_footer的“已加載全部”和tableVIew的最后一個cell有一段空隙,檢查所有適配都沒問題,后找到原因
我的tableVIew的style是UITableViewStyleGroupe,應設置
- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section{
return 0.1;
}
mj_footer的“已加載全部”和tableVIew的最后一個cell有一段空隙,檢查所有適配都沒問題,后找到原因
我的tableVIew的style是UITableViewStyleGroupe,應設置
- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section{
return 0.1;
}