This application is modifying th

2017-01-06  本文已影响10人  HAKA
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(), ^{
  //将调用方法添加到主线程
});
上一篇下一篇

猜你喜欢

热点阅读