-1
A
回答
0
韋德蘭Burojević,
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return (interfaceOrientation == UIInterfaceOrientationPortrait)
}
上面的代碼只支持肖像模式..
0
您可以在此編寫代碼。
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return (interfaceOrientation == UIInterfaceOrientationPortrait)
}
相關問題
- 1. 某些視圖的Xcode iphone方向支持
- 2. 支持所有的方向xcode
- 3. Xcode 4支持的設備方向
- 4. iPhone 4不支持Xcode 3.2
- 5. 方向支持
- 6. 支持的方向
- 7. 支持Iphone OS 3.1.2(7D11)的xcode版本?
- 8. cocos2dX方向支持
- 9. 支持方向IOS
- 10. 僅支持縱向方向
- 11. Xcode 8 IPA文件不支持iPhone 5
- 12. 更改支持的方向
- 13. MVVMCross iOS支持的方向
- 14. Xcode 4.5和iOS 6.x中的故事板方向支持?
- 15. 在iPhone上使用Cocos2d支持不同的方向
- 16. GIF支持iPhone
- 17. 支持iPhone 2.2.1
- 18. 支持iPhone 3G
- 19. Iphone 5支持
- 20. mac os 10.5.8可以支持任何支持iphone os 4.0的xcode版本嗎?
- 21. ios7不支持橫向方向
- 22. 支持在Xcode 5
- 23. Xcode不支持no_sanitize?
- 24. 支持方向支持的飛濺活動
- 25. 支持iPhone應用程序向後/向前兼容的推薦方式?
- 26. iPhone - iPhone支持RTSP嗎?
- 27. Xcode 5中的OpenMP支持
- 28. iPhone的持續集成xcode
- 29. getClientRects在iPhone上支持javascript方法嗎?
- 30. 支持的接口方向和shouldAutorotateToInterfaceOrientation
plist說什麼,你有什麼試過?需要更多信息。 –
支持的接口方向: 項目0肖像(底部主頁按鈕) – vburojevic