美文网首页
This application is modifying th

This application is modifying th

作者: HAKA | 来源:发表于2017-01-06 10:53 被阅读10次
    crash.png

    控制台报错:
    This application is modifying the autolayout engine from a background thread after the engine was accessed from the main thread. This can lead to engine corruption and weird crashes.

    dispatch_async(dispatch_get_main_queue(), ^{
      //将调用方法添加到主线程
    });

    相关文章

      网友评论

          本文标题:This application is modifying th

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