我有UIView的一個uiviewtablecontroller添加爲子視圖,我的設備開始在橫向模式,但tableviewcontroller總是在肖像模式UIView的方向變化編程
0
A
回答
1
下面的方法「迴歸是」將使取向的變化,如果它是「返回NO「方向不會改變。在您的視圖中使用此方法。
- (BOOL) shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation) orientation
{
return YES;
}
一切順利。
0
我的沙盒應用: https://github.com/comonitos/programatical_device_orientation
在接口(H文件):
BOOL rotated;
在執行(M檔):
-(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return rotated;
}
-(void) setup
{
rotated = YES;
[[UIDevice currentDevice] setOrientation:UIDeviceOrientationLandscapeLeft];
rotated = NO;
}
相關問題
- 1. IOS迅速變化的方向會改變的UIView設計
- 2. 變化的UIView
- 3. UIView被錯誤的方向初始化
- 4. 的方向變化
- 5. 變化方向
- 6. 變化方向
- 7. 方向變化
- 8. 在設備方向變化的UiView中心UIActivityIndicatorView
- 9. 的UIView子視圖不會對方向變化
- 10. jQuery Mobile的,如何強制方向變化,編程
- 11. 以編程方式更改UIView方向而不應shouldAutorotateToInterfaceOrientation
- 12. UIView Responsability(面向對象的編程)
- 13. Rubymotion UIView方向
- 14. Xcode方向UIView
- 15. DialogFragment方向變化
- 16. 如何以編程方式創建橫向的UIView?
- 17. 如何以編程方式向編程創建的UIView添加約束?
- 18. UIView子視圖不改變方向
- 19. UIView改變方向與丑角
- 20. 單擊按鈕時改變uiview方向
- 21. iOS的編程方式改變的UIView佈局
- 22. iPhone的方向變化
- 23. 變化的UIView到的UIScrollView
- 24. 變化的UIViewController來的UIView
- 25. 安卓:防止方向改變編程
- 26. Flex:Spark List在視圖中的取向變化在方向變化上的變化
- 27. 當方向發生變化時,以編程方式更改UISearchBar的框架
- 28. 如何以編程方式向UIView添加退出按鈕
- 29. 爲uiview設置編程方式的約束以支持縱向/橫向
- 30. 變化layout_scrollFlags編程方式CollapsingToolbarLayout