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 could you setup live rendering ?
Will iphone 6s get ios 14?
What language is ios based on?
What is closures in ios?
What happens when IApplication does not handle an event?
In iphone development how to import the private key into your keychain?
Give example scenarios when an application goes into inactive state?
Define encoding or serialization??
How to change the content of your app in order to change the views displayed in the corresponding window?
What are the important delegate methods of nsxml parser?
How to implement "load more" using nsfetchedresultscontroller?
what are the build phases available in Xcode?