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 |
“BgTask “ ? how long execute?
Explain interfaces?
How to hide images in ios?
what is Xcode command line tools package?
Explain the difference between viewdidload and viewdidappear?
What is uitableviewdatasource?
what is the difference between nonatomic & atomic ? which is thread safe and why
. Why an app on iOS device behaves differently when running in foreground than in background?
What is @synthesize in objective-c ?
What is view controller xcode?
what is the method for preventing the quicktime player from capturing streaming videos of ios 8 apps on yosemite while screen recording is on?
Multitasking support is available from which version in iOS operating system?
0 Answers TryTechnicals Pvt Ltd,