热门IT资讯网

从转态栏开始布局

发表于:2024-11-25 作者:热门IT资讯网编辑
编辑最后更新 2024年11月25日,self.edgesForExtendedLayout = UIRectEdgeAll;self.automaticallyAdjustsScrollViewInsets=NO;/**- (void)

self.edgesForExtendedLayout = UIRectEdgeAll;

self.automaticallyAdjustsScrollViewInsets=NO;

/**

- (void)automaticallyAdjustsScrollViewInsets{

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

[super setAutomaticallyAdjustsScrollViewInsets:flag];

}

*/


0