我正在开发一个基于phonegap iOS 的项目。和我们加载网站页面和本地html页面一样webview
。加载某些页面时,视图将是纵向的,其中一些页面是横向的,其他页面将同时支持横向和纵向。现在当我尝试时:
[UIDevice currentDevice] setOrientation: UIDeviceOrientationPortrait];
发生错误:No visible @interface for 'UIDevice' declares the selector 'setOrientation:'
这是关于 sdk 的版本还是其他问题?我看到其他人可以使用它,只是对 stackoverflow 有所警惕。
对不起我的英语不好。