NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
The delegate protocol for an NIOperation.
Tasks | |
[NIOperationDelegate] State Changes | |
(void) | - nimbusOperationDidStart: |
(void) | - nimbusOperationWillFinish: |
(void) | - nimbusOperationDidFinish: |
(void) | - nimbusOperationDidFail:withError: |
The operation has started executing.
The operation is about to complete successfully.
This will not be called if the operation fails.
This will be called from within the operation's runloop and must be thread safe.
The operation has completed successfully.
This will not be called if the operation fails.
The operation failed in some way and has completed.
operationDidFinish: will not be called.