您的位置:首页 > 移动开发

This application is modifying the autolayout engine from a background thread after 。。。

2016-11-22 14:10 471 查看
解决办法:dispatch_async(dispatch_get_main_queue(), ^{
                     // 更UI
 });
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ios
相关文章推荐