2016-09-21 9 views

答えて

0

は、すべての要求のURL

NSString *stringURL=[NSString stringWithFormat:@"%@%@%@",baseUrl,@"/API/URL/",your parameter]; 

// Allocate and initialize an NSURLConnection with the given request and delegate. The asynchronous URL load process is started as part of this method. 

NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:stringURL] cachePolicy:NSURLCacheStorageNotAllowed timeoutInterval:300]; 
関連する問題