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 |
How to fix tableviewcell dequeue issue ?
What is auto-layout?
Can a "delegate" retained in ios?
What are moments and collections?
What is view object in ios?
How can we use NSOperation queue? what is the advantage of using it ?
What is the difference between strong and retain.
What is the difference strong and weak reference?
Explain your process for tracing and fixing a memory leak iOs?
0 Answers SwanSoft Technologies,
What is the significance of autorelease?
What is viper code?
Is ios 9 still supported by apple?