Skip to content

Instantly share code, notes, and snippets.

@aug2uag
Created January 1, 2014 23:49
Show Gist options
  • Save aug2uag/8213005 to your computer and use it in GitHub Desktop.
Save aug2uag/8213005 to your computer and use it in GitHub Desktop.
ConvenientLaunchSafari
NSString* url = <# URL_HERE #>;
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:url]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment