iOS中 self.view的高度问题

2020-07-16  本文已影响0人  包砸豆沙馅

iOS10 以下版本 self.viewy会从顶部toolBary开始计算.

  if #available(iOS 11.0, *) {
            tableView.contentInsetAdjustmentBehavior = UIScrollView.ContentInsetAdjustmentBehavior.never
        } else {
            automaticallyAdjustsScrollViewInsets = false
        }
上一篇下一篇

猜你喜欢

热点阅读