iOS アプリから Web ブラウザを起動する

[code]
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@”サイトURL”]];
[/code]
でOK。