线程:This application is modifying the autolayout engin from a background thread

UI界面的刷新需要回到主线程中。

dispatch_async(dispatch_get_main_queue(), ^{ 

});

你可能感兴趣的:(线程:This application is modifying the autolayout engin from a background thread)