I need to know that when an NSOperationQueue removes an operation from a queue? I have an NSOperationQueue that has an NSOperation list. At what point NSOperationQueue remove the operation from the queue?
- After starting the operation? OR
- After completing or canceling the operation?
Since I need a notification when all operations in NSOperationQueue complete. For this, I called this link
ios nsoperation nsoperationqueue
jailani
source share