我使用makeObjectsPerformSelector:
[view.subviews makeObjectsPerformSelector:@selector(removeFromSuperview)]
在我的项目中。这总是发生在主线程上吗?
答案 0 :(得分:0)
不一定。除非文档另有说明,否则方法将在调用它们的线程上运行 。比较performSelectorOnMainThread:withObject:waitUntilDone:
和performSelector:onThread:withObject:waitUntilDone:modes: