美文网首页
ios11系统相册上移

ios11系统相册上移

作者: Gu_Liang | 来源:发表于2017-12-25 17:04 被阅读27次

    ios11系统相册上移是因为设置了全局

    [UIScrollView appearance].contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;

    两种解决方案

    1.自然就是弹出相册时设置

    [UIScrollView appearance].contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentAutomatic;

    选择照片或者取消时在设置回来

    [UIScrollView appearance].contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;

    2.设置导航栏不透明也能解决

    mipc.navigationBar.translucent=NO;

    相关文章

      网友评论

          本文标题:ios11系统相册上移

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