AFNetworking Post Request with json feedback
问题 I am using AFNetworking and creating a post request for which I require json feedback. The code below works however I have two main questions; where do I release the ActivityIndicator Manager? The second question is this code correct, being new I get confused with blocks so I really want to know if I am doing it right thing for optimum performance, even though it works. NSURL *url = [NSURL URLWithString:@"mysite/user/signup"]; AFHTTPClient *httpClient = [[AFHTTPClient alloc] initWithBaseURL