美文网首页
iOS 中UITableViewStyleGrouped分组中调

iOS 中UITableViewStyleGrouped分组中调

作者: 橙园大菜 | 来源:发表于2016-08-20 09:19 被阅读121次

    这个方法 -(CGFloat)tableView:(UITableView*)tableView heightForHeaderInSection:(NSInteger)section {

    return0.001;

    }

    这是一个更改头间距的方法。

    还有一个方法是更改尾部间距,跟这个方法差不多,只是head改成foot这样的一个方法

    一点注意:这个方法不能返回值为零,返回值为零就没有用了,还会是默认值

    相关文章

      网友评论

          本文标题:iOS 中UITableViewStyleGrouped分组中调

          本文链接:https://www.haomeiwen.com/subject/blcisttx.html