Skip to content

Instantly share code, notes, and snippets.

@casspangell
Created January 18, 2013 18:52
Show Gist options
  • Save casspangell/4567232 to your computer and use it in GitHub Desktop.
Save casspangell/4567232 to your computer and use it in GitHub Desktop.
Return to app after opening Tel app
UIWebView *callWebview = [[UIWebView alloc] init];
NSURL *telURL = [NSURL URLWithString:@"tel:number-to-call"];
[callWebview loadRequest:[NSURLRequest requestWithURL:telURL]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment