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 ios technology?
What is atomic and nonatomic in iOS operating system? What is run loop in iOS ?
How to set your application id after becoming a member of iphone developer program?
Explain app bundle?
What is the concurrency how many ways you know to achieve concurrency?
Do you know any other changes to ios 7 since wwdc?
Explain why delegates and notifications are different.
Difference between sax parser and dom parser ?
From which ios version, arc is supported?
Mention the short-cut to edit variables in Scope?
Explain steps for using coredata?
Explain the difference between viewdidload and viewdidappear?