How to solve: This application is modifying the autolayout engine from a background thread

Viewed 521

This error is logged to the console when some part of the code is changing UI items from other threads than the main thread. But how can I find where it does this?

1 Answers
Related