AFHTTPRequestOperation likes to call GCD blocks when the request operation has been completed. Is there a way to get it to call method selectors instead? I am transitioning my app from ASIHTTPRequest to AFNetworking, and my app is built around selectors and not blocks.
AFHTTPRequestOperation likes to call GCD blocks when the request operation has been completed. Is
Share
You could call your selector inside of the completion block: