如何仅在IOS中以纵向模式打开相机

时间:2012-01-04 11:48:45

标签: iphone objective-c ios ipad uiimagepickercontroller

任何人都可以建议只在IOS中以纵向模式打开相机的方法。我的情况是这样的 - 我有一个支持两种方向的父视图。在此父视图的顶部,我想以纵向模式呈现相机视图控制器(与父视图的模式无关)。

提前致谢

1 个答案:

答案 0 :(得分:0)

尝试在CameraController中实现以下方法

    - (BOOL) shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation)interfaceOrientation {
// Return YES for supported orientations.
return YES;}