1:扩展分类 推荐使用构造函数
2:swift 函数可带带默认参数
3:automaticallyAdjustsScrollViewInsets 失效
if#available(iOS11.0,*){ tableView.contentInsetAdjustmentBehavior=.never tableView.contentInset=UIEdgeInsetsMake(64,49,0) tableView.scrollIndicatorInsets=tableView.contentInset }原文链接:https://www.f2er.com/swift/321207.html