What is Main Thread Checker in Xcode

后端 未结 3 661
挽巷
挽巷 2020-12-28 18:43

I checked what\'s new in Xcode 9 documentation and I found this

But i didn\'t understand what is that how I can use this with new Xcode 9.

3条回答
  •  温柔的废话
    2020-12-28 19:21

    Under the Runtime API Checking section, ensure that the Main Thread Checker is enabled to see if you are executing ui methods in a non-UI thread

提交回复
热议问题