美文网首页
UITableView 顶部留白解决方案,swift

UITableView 顶部留白解决方案,swift

作者: 有虫吃 | 来源:发表于2018-07-16 14:22 被阅读0次

    if #available(iOS 11.0, *) {
    self.tableView.contentInsetAdjustmentBehavior = .never
    } else {
    self.automaticallyAdjustsScrollViewInsets = false
    }

    相关文章

      网友评论

          本文标题:UITableView 顶部留白解决方案,swift

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