Skip to content

Instantly share code, notes, and snippets.

@jonathan-beebe
Created July 21, 2015 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathan-beebe/f219d4196d62d971bdf1 to your computer and use it in GitHub Desktop.
Save jonathan-beebe/f219d4196d62d971bdf1 to your computer and use it in GitHub Desktop.
Open the default Apple Mail app on iOS navigating to a non-existent message id.
// Open the mail app on iOS
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"message:xxxxxxxx"]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment