advanced code snippet search
magicrebirth on 02/11/10
url objc openURL
02/11/10 10:07pm
1 person have marked this snippet as a favorite
umang_nine
URL: http://macosx.com/forums/software-programming-web-scripting/18422-how-do-i-launch-url-using-cocoa-objective-c.html
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.ithinksw.com/"]];
Report this snippet Tweet
Comment:
You need to login to post a comment.