how to get return in AFHTTPRequestOperationManager request in afnetworking
问题 Hi i am posting data in using AFHTTPRequestOperationManager class getting the response from server but not able to return data . method return is executed first then success data is coming i want to get the value in return . this is my code .h file @interface ServerRequest : NSObject { } -(NSString *) JsonData:(NSString *)newparams actionmethod:(NSString *)action parameters:(NSDictionary *)params; .m #import "ServerRequest.h" #import "AFNetworking.h" @implementation ServerRequest { } -