码迷,mamicode.com
首页 > 其他好文 > 详细

设置tableView的组的头视图的高度

时间:2018-12-19 11:10:31      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:nullable   turn   head   uiview   uitable   ret   null   tab   header   

- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section {

    return 15;
}

- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section {
    return 1;
}

- (nullable UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {

    return nil;
}

- (nullable UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section {
    return nil;
}

设置tableView的组的头视图的高度

标签:nullable   turn   head   uiview   uitable   ret   null   tab   header   

原文地址:https://www.cnblogs.com/xiyangxixia/p/10141543.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!