Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 iPhone 上将移动网站作为应用程序启动,所以我使用了 UIWebView 组件。我希望我的应用程序支持方向更改,所以我编写了以下代码,但没有得到预期的结果。 请建议我进行哪些更改以解决问题。
这是我的代码。
完美解决您的问题, http://developer.apple.com/library/ios/#featuredarticles/ViewControllerPGforiPhoneOS/RespondingtoDeviceOrientationChanges/RespondingtoDeviceOrientationChanges.html
您的测试设备是哪个版本?你应该注意到
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation在 ios6 中已弃用
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation