AFNetworking 3.0 does not have an API for this. This is mainly due to the fact that instead NSURLConnectionof NSOperationused NSURLSession.
You have several options:
- Use
GCD dispatch groups NSURLSession NSOperation, , NSOperation state NSURLSession NSOperationQueue- promises, GITHUB