Avatar
norio_nomura 9/11/2017 3:20 AM
https://developer.apple.com/videos/play/wwdc2017/406/?time=160 The main thread checker is a completely new tool in Xcode 9 and it detects violations of some commonly used APIs. And specifically it focuses on UI updates and multithreading. Some APIs require that you only use them from the main thread. (edited)
Learn how to use Xcode 9 runtime tools to help find issues and bugs, ranging from missing and unintended UI updates to integer overflows...
3:21 AM
Some APIs