tableview

作者: 小红猪大鼻孔 | 来源:发表于2017-06-23 13:53 被阅读0次

    1、tableview空白处有多余的分割线

    historyTableView.tableFooterView= [[UIView alloc]init];


    2、隐藏grouped上边多余的空格

    CGRect frame = CGRectMake(0,0,0,0.0000025);

    tableView.tableHeaderView= [[UIViewalloc]initWithFrame:frame];

    当HeaderView的高度设置为0时,是起不到效果的


    相关文章

      网友评论

          本文标题:tableview

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