AFNetworking POST method call
问题 I am new to AFNetworking . How can i execute the success and failure blocks of the following NSMutableDictionary *rus = [[NSMutableDictionary alloc] init]; [rus setValue:@"1211" forKey:@"id"]; [rus setValue:@"33" forKey:@"man"]; [[AFHTTPRequestSerializer serializer] requestWithMethod:@"POST" URLString:@"http://mysite.co/service.php" rus]; How to show the success or failure after executing the above code fragment. 回答1: requestWithMethod does not actually complete the call, it just returns you