美文网首页
2018-08-21

2018-08-21

作者: 绿茵奔腾者 | 来源:发表于2018-08-21 15:07 被阅读0次

    iOS11.0适配

        if (@available(iOS 11.0, *)) {
             [[UIScrollView appearance] setContentInsetAdjustmentBehavior:UIScrollViewContentInsetAdjustmentNever];
        }else{
            self.automaticallyAdjustsScrollViewInsets = NO;
        }
    

    相关文章

      网友评论

          本文标题:2018-08-21

          本文链接:https://www.haomeiwen.com/subject/bncjiftx.html