美文网首页
UITableView顶部有空白问题

UITableView顶部有空白问题

作者: 秋天的田野 | 来源:发表于2021-10-16 15:47 被阅读0次

    UITableView顶部有空白问题解决

    self.tableView.tableHeaderView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, KScreenWidth, 0.0001f)];
    self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, KScreenWidth, 0.0001f)];
    

    相关文章

      网友评论

          本文标题:UITableView顶部有空白问题

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