我正在尝试以横向模式通过 Safari 打开网址。但仍然无法做到。以下是代码。
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@" http://www.abc.com "]]; [[UIApplication sharedApplication]setStatusBarOrientation:UIInterfaceOrientationLandscapeRight 动画:YES];
提前致谢
我正在尝试以横向模式通过 Safari 打开网址。但仍然无法做到。以下是代码。
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@" http://www.abc.com "]]; [[UIApplication sharedApplication]setStatusBarOrientation:UIInterfaceOrientationLandscapeRight 动画:YES];
提前致谢