6 如何在Swift 3中检查当前线程? 如何检查Swift 3中的当前线程是哪个? 在以前的Swift版本中,可以通过执行以下操作检查当前线程是否为主线程: NSThread.isMainThread() 105 ios multithreading swift3 nsthread