Nsoperation
The NSOperation class is an abstract class you use to encapsulate the code and data associated with a single task
Nsprogress
NSProgress is an API for tracking progress introduced in OS X 10.9 and iOS 7.1.
Others
Example |
---|
But i ve had difficulty implementing this it seems as though nsprogress is meant more for long operations that execute all their code on one background thread but have separate sections that make it easy to determine when progress has been made if this is the case then the use of the term suboperation is a bit misleading as it brings to mind the use of nested nsoperation from question Using NSProgress with nested NSOperations |