iOS 整体上移的解决方案

82 阅读1分钟

self.automaticallyAdjustsScrollViewInsets = NO;// 默认是YES

self.edgesForExtendedLayout = UIRectEdgeNone;// 推荐使用