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 inactive state in ios?
Is ios multithreading?
What is a singleton?
what are the controllers are available in objective C
What is iphone?
how push notification works?
Arc is compile time or run time feature?
Define encoding or serialization??
Do you know which json framework is supported by ios?
What is the protocol in ios?
Explain mutable and immutable types in objective c programming language?
What are different ways that you can specify the layout of elements in a uiview?