Opening a url in Safari

May, 4 -- Categories: Objective-C

Here it is:

NSString* urlString = [NSString stringWithFormat:@"http://www.tldomain.com/"];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:urlString]];

Comment Feed

No Responses (yet)



Some HTML is OK

or, reply to this post via trackback.