标签: iphone objective-c
如何确定方法中的当前线程是主线程,还是只是异步创建的线程?身份证告诉我吗?
答案 0 :(得分:128)
像这样:[NSThread isMainThread]
[NSThread isMainThread]