How can we use NSOperation queue? what is the advantage of using it ?
Answer Posted / 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 |
Post New Answer View All Answers
Can a "delegate" retained in ios?
What are the limits of accessibility ?
What is a struct in iOS operating system?
Explain what is storyboard?
Explain formal protocols?
What is protocol in ios swift?
What is the difference between stack and heap?
What is nsmanagedobjectcontext?
Explain how you can add frameworks in Xcode project?
What is ios realm?
Implement the following methods: retain, release, auto release in iOS operating system?
How respond to state transitions on your app in ios?
What is mapping model?
What does ios stand for apple?
How many versions of ios are there?