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

This application is modifying the autolayout engine from a background thread, which can lead to engi

2016-06-23 18:00 513 查看
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.

JS交互相关

self.title = [webView stringByEvaluatingJavaScriptFromString:@"document.title"];

BUG:  情景

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.

//处理方法返回主线程执行跳转

        dispatch_async(dispatch_get_main_queue(), ^{

            [self.navigationController pushViewController:detail animated:YES];

        });
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: