stuff
C
code posted
created at 19 Oct 11:07, updated at 24 Oct 09:31
Edit
|
Back
1 2 3 4 5 6 7 |
NSString *rawUrl = [Common trimValue:resource. resUrl]; NSString * url = [rawUrl stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]]; NSURLRequest *request = [NSURLRequest requestWithURL:[NSURL URLWithString:[Common trimValue:url]]]; AFHTTPRequestOperation *operation = [[AFHTTPRequestOperation alloc] initWithRequest:request]; |
383 Bytes in 3 ms with coderay