How to remove/cancel NSInvocationOperation from NSOperationQueue?
Both of the following questions are being asked in context to maintain NSOperationQueue and NSInvocationOperation. As I have used this concept to download multiple videos, how do I remove/release added NSInvocationOperation from NSOperationQueue after completion of downloading a video? And also, what should I do if in case I want to stop to download specific video while the process of downloading in progress? how do I remove/release added NSInvocationOperation from NSOperationQueue after completion of downloading a video? The operation is automatically removed from the queue when it has