从转态栏开始布局
更新:HHH   时间:2023-1-7


 self.edgesForExtendedLayout = UIRectEdgeAll;

  self.automaticallyAdjustsScrollViewInsets=NO;

    /**

     - (void)automaticallyAdjustsScrollViewInsets{

     if ([[[UIDevice currentDevice] systemVersion] floatValue] > 6.9) {

     [super setAutomaticallyAdjustsScrollViewInsets:flag];

     }

    */


返回开发技术教程...