Skip to content

Instantly share code, notes, and snippets.

@spotlessicode
Created September 19, 2016 13:53
Show Gist options
  • Select an option

  • Save spotlessicode/acbfb0d2ff219264760fd6f335801f4a to your computer and use it in GitHub Desktop.

Select an option

Save spotlessicode/acbfb0d2ff219264760fd6f335801f4a to your computer and use it in GitHub Desktop.
[[UIApplication sharedApplication] openURL:spotiURL options:@{} completionHandler:^(BOOL success) {
if (success) {
NSLog(@"Opened url");
}
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment