AFNetworking iOS
- by Jeromiin
I have a problem with a request in my app, I want to receive a json but because of the completion block my "PRINT 2" is print before my "PRINT 1" and of course my "PRINT 2" is null. I want the contrary and my "PRINT 2" to be filled but I can't manage to do it.
-(void) makeConnection {
NSURL *url = [NSURL…