如何在横向模式下获取图像

时间:2011-04-25 13:56:54

标签: iphone uiimageview uiimagepickercontroller

我在我的应用程序中使用图像选择器。

我只想在横向模式下加载图片。

如果是纵向模式,那么如何将其转换为横向模式......?

2 个答案:

答案 0 :(得分:1)

也许,

UIImagePickerController in Landscape

线程可以给你答案。

答案 1 :(得分:0)

在这种情况下,我以纵向模式捕获图像,需要将其显示为横向右模式。

使用以下代码

  let lanscapeImage = UIImage(CGImage: capImage.CGImage, scale: 1.0, orientation: .Right)