AFHTTPRequestOperationManager *manager = [[AFHTTPRequestOperationManager alloc] initWithBaseURL:url];
[manager.operationQueue cancelAllOperations];
As this is code is not working. Please help me with an optimize solution.
AFHTTPRequestOperationManager *manager = [[AFHTTPRequestOperationManager alloc] initWithBaseURL:url];
[manager.operationQueue cancelAllOperations];
As this is code is not working. Please help me with an optimize solution.