Combine Two NSURLs together


/ Published in: Objective C
Save to your folder(s)

Useful for api calls


Copy this code and paste it in your HTML
  1. combinedURL = [NSURL URLWithString:[NSString stringWithFormat:@"%@%@",firstUrl,secondUrl]];

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.