Pretty simple. This call terminates the application and starts Mobile Safari browser with specified URL.
[[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"http://www.apple.com/"]];
Pretty simple. This call terminates the application and starts Mobile Safari browser with specified URL.
[[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"http://www.apple.com/"]];
Subscribe to our e-mail newsletter to receive updates.
No comments yet.