2016-08-01から1日間の記事一覧

【Swift】エラー対応: 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.

参考 llcc.hatenablog.comまたもやしめ鯖さんのブログを参考にさせていただきました。tableViewのもっと読み込むでtableView.reloadDataするときにこのエラーが出たのでその時の対処法。 dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_…