May 042009
Here it is:
NSString* urlString = [NSString stringWithFormat:@"http://www.tldomain.com/"];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:urlString]];
Here it is:
NSString* urlString = [NSString stringWithFormat:@"http://www.tldomain.com/"];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:urlString]];
Sorry, the comment form is closed at this time.