AFNetworking 2.0.0-RC2를 사용하여 Cocoapods를 통해 프로젝트에 추가했습니다. 내 첫 번째 메서드를 사용하여, webservice에 대한 호출을 만들기 위해 AFNetworking에서 예제 프로젝트를 보면 괜찮아 보입니다. 하지만 내 프로젝트로 어떤 이유로, 나는 그것을 작동시킬 수 없습니다. DNAppDelegate.h : #imp
afnetworking 2.0을 시험해보고 특정 작업을 취소하는 방법을 찾으려고합니다. 오래된 방법은 [self cancelAllHTTPOperationsWithMethod:@"POST" path:@"user/receipts"]
같은 것을 사용하는 것입니다하지만 난 계류중인 작업과 내가 할 수의 배열에 나에게 액세스를 제공 AFHTTPSessionMan
다음 코드는 인터넷을 통해 데이터를 가져올 수 유효 : NSString *URLPath = @"http://www.raywenderlich.com/downloads/weather_sample/weather.php?format=json";
NSDictionary *parameters = nil;
[[AFHTTPRequestOperationManager
UIGridViewCells에서 영화 파일을 다운로드 중입니다. 내 코드는 다음과 같습니다 NSMutableURLRequest* rq = [[APIClient sharedClient] requestWithMethod:@"GET" path:[[self item] downloadUrl] parameters:nil];
[rq setTimeoutInter
는 업데이트 : 다른 모든 코드를 주석의 viewDidLoad NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
NSString *documentsDirectory = [paths objectAtIndex:0];
NSURLRe