Return to Snippet

Revision: 31845
at September 14, 2010 16:47 by joshparnham


Initial Code
combinedURL = [NSURL URLWithString:[NSString stringWithFormat:@"%@%@",firstUrl,secondUrl]];

Initial URL


Initial Description
Useful for api calls

Initial Title
Combine Two NSURLs together

Initial Tags


Initial Language
Objective C