Skip to content

Instantly share code, notes, and snippets.

@is8r
Created June 29, 2014 13:29
Show Gist options
  • Save is8r/114ef1bee5b9b8c0a7c4 to your computer and use it in GitHub Desktop.
Save is8r/114ef1bee5b9b8c0a7c4 to your computer and use it in GitHub Desktop.
static inline void HOLink(NSString *url)
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:url]];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment