实现下面的代理方法:
- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section
{
return FLT_MIN;
}
实现下面的代理方法:
- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section
{
return FLT_MIN;
}
本文标题:tableView设置UITableViewStyleGroup
本文链接:https://www.haomeiwen.com/subject/qlabmxtx.html
网友评论