2013-04-03 65 views

回答

1

的的NSOperation类是使用封装在单个任务相关的代码和数据的抽象类。

NSOperationQueue类调节一组NSOperation对象的执行。在添加到队列后,操作将保留在该队列中,直到它被明确取消或完成其任务。

你也可以检查这些links..because他们已经给出了很好的答案: -

Difference between NSOperation and NSInvocationOperation?

http://www.raywenderlich.com/19788/how-to-use-nsoperations-and-nsoperationqueues