Created
September 19, 2016 13:53
-
-
Save spotlessicode/acbfb0d2ff219264760fd6f335801f4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [[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