Skip to content

Instantly share code, notes, and snippets.

@lambdamusic
Created February 7, 2013 21:26
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 lambdamusic/4734337 to your computer and use it in GitHub Desktop.
Save lambdamusic/4734337 to your computer and use it in GitHub Desktop.
How do I launch a URL using Cocoa (Objective C) - macosx.com
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.ithinksw.com/"]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment