美文网首页
关于热点适配问题

关于热点适配问题

作者: Mustard_Buli | 来源:发表于2017-03-01 09:12 被阅读18次

    最近在开发的过程中,测试提了一个这样的bug:『当开启热点的时候,屏幕显示不完整。』


    出现问题了

    解决方案##

    1. 把绝对布局变为 autoLayout 。
    2. 使用通知进行重新布局。

    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(statusBarDidChanged) name:UIApplicationDidChangeStatusBarFrameNotification object:nil];

    相关文章

      网友评论

          本文标题:关于热点适配问题

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