最佳答案
我刚开始编译 iOS11,注意到苹果公司现在宣布了这个属性
var automaticallyAdjustsScrollViewInsets: Bool { get set }
被贬低为:
在 iOS11中是否有其他属性来修复这个警告?
默认值是否仍然为真,或者将来如何处理这个问题?