iOS 整体上移的解决方案 李发林 2022-09-21 82 阅读1分钟 self.automaticallyAdjustsScrollViewInsets = NO;// 默认是YES self.edgesForExtendedLayout = UIRectEdgeNone;// 推荐使用