Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. NSURL *ourURL = [NSURL URLWithString:@"box://some/path/to/fileid?callback=myapp://"];
  2. if ([ourApplication canOpenURL:ourURL]) {
  3. [ourApplication openURL:ourURL];
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement