IOS 앱에서 설정한 URL 주소로 브라우저 호출

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"이동할 URL주소"]];

예제)
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.google.com"]];