Skip to content

Instantly share code, notes, and snippets.

@is8r
Created June 29, 2014 13:28
Show Gist options
  • Save is8r/3f6b10c7270c847e9929 to your computer and use it in GitHub Desktop.
Save is8r/3f6b10c7270c847e9929 to your computer and use it in GitHub Desktop.
NSURL *url = [NSURL URLWithString:@"http://google.co.jp"];
[[UIApplication sharedApplication] openURL:url];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment