Open URL from application

Pretty simple. This call terminates the application and starts Mobile Safari browser with specified URL.

  [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"http://www.apple.com/"]];

No comments yet.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.