This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes. This will cause an exception in a future release.
是因为在子线程中刷新了UI
解决方法是将刷新ui的操作放到主线程
本文共 265 字,大约阅读时间需要 1 分钟。
This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes. This will cause an exception in a future release.
是因为在子线程中刷新了UI
解决方法是将刷新ui的操作放到主线程
转载于:https://www.cnblogs.com/ritian/p/5292529.html