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 |
Is the delegate for a CAAnimation retained in iOS operating system?
Who calls the dealloc strategy?
What is xcode used for?
Explain how you can add frameworks in Xcode project?
What is retain counts?
What are ios functions?
How do you fix app errors on iphone?
What is a model class?
How to register as a iphone developer?
Explain which all events will perform an ios application in background
what is Xcode command line tools package?
Which compiler is used by ios? : IOS Architect