How can we use NSOperation queue? what is the advantage of using it ?
Answer / babu
NSOperationQueue can be more suitable for long-running operations that may need to be cancelled or have complex dependencies. It is possibles to cancel operations that have been enqueued in an NSOperationQueue (as far as the operations support it).
NSOperationQueue gives you a lot more control over how your operations are executed. You can define dependencies between individual operations.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between release and autorelease?
Which is easier android or ios development?
What is App Bundle in iOS operating system?
0 Answers TryTechnicals Pvt Ltd,
what are all instruments available in Xcode?
What is use of nsoperation? How nsoperationque works?
What is the purpose of UIWindow object?
What are all the difference between iOS3, iOS4 and iOS5?
Explain me what is polymorphism?
What’s the difference between an “app id” and a “bundle id” and what is each used for?
What is object graph in ios?
Explain the application lifecycle in ios?
In mapKit frame work, how to get current user location