gpt4 book ai didi

camera - iOS 8 UIImagePickerController 在横向模式下有黑色预览

转载 作者:行者123 更新时间:2023-12-05 08:10:05 26 4
gpt4 key购买 nike

我正在为 iPad 开发应用程序,在横向模式下从相机拍摄快照时出现黑色预览。而 UIImagePickerController 可以在纵向模式下正常工作。提前致谢。

这是我的一段代码 -

-(UIImagePickerController *)imagePicker{
if(!imagePicker){
imagePicker = [[UIImagePickerController alloc]init];
imagePicker.sourceType = UIImagePickerControllerSourceTypeCamera;
imagePicker.delegate = self;
}
return imagePicker;
}


[self presentViewController:self.imagePicker animated:YES completion:^{ }];

PS:任何人都知道,iOS 设备的“联系人”默认应用程序具有相机控件相对于设备方向的旋转功能。在这里,相机预览在所有方向上看起来都很好。任何人都知道它的实现。

最佳答案

如果您使用的是自动布局,那么您首先要检查相应预览(UIimageview)的坐标和大小。

关于camera - iOS 8 UIImagePickerController 在横向模式下有黑色预览,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27227287/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com