Skip to content

Instantly share code, notes, and snippets.

@ArchieGoodwin
Created April 8, 2014 08:56
Show Gist options
  • Save ArchieGoodwin/10102852 to your computer and use it in GitHub Desktop.
Save ArchieGoodwin/10102852 to your computer and use it in GitHub Desktop.
URL encode in iOS >= 7.0
[string stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment