我想获得有关我的问题的解决方案。 我的问题是我的应用程序无法以横向模式拍照。
我在我的应用程序中使用UIImagePickerController。 在肖像模式下,它是一个很好的选择 但在横向模式下,无法按下相机按钮并取消按钮。
如果我旋转肖像模式,那么我可以按下按钮。 请告诉我解决方法〜 感谢〜
iPhone 6 plus ios8.3 - >风景,肖像都是okey
iphone 5 ios8.1.2 - >风景不,肖像okey
iphone 5s ios 8.1 - >风景不,肖像okey
调用UIImagePickerController的代码部分
UIImagePickerController *imagePickController=[[UIImagePickerController alloc]init];
imagePickController.sourceType=UIImagePickerControllerSourceTypeCamera;
imagePickController.delegate=self;
imagePickController.allowsEditing=TRUE;
[((FFWebViewController*)[UIViewController currentViewController]) presentModalViewController:imagePickController animated:YES];
答案 0 :(得分:0)
我解决了这个问题。 它的iOS版本问题。
我更新8.1.1 - > 8.3和8.1 - > 8.3 那么,我可以用横向模式拍照。 是8.1版本问题? 我不能确定。
无论如何...... 8.3版本它的关键!!!