I want to take photos in landscape, I can capture the image using UIImagePicker, but when I apply them to my landscape image view they are stretched.
I know in the Developer documentation, it states that the camera can only take photos in Portrait, but I have noticed that the camera app (apples camera app) , allow this to be saved landscape if you turn the camera on landscape when snapping a photo.
How can I take my captured image and apply it to my UIImageView so the image is not stretched?
I know in the Developer documentation, it states that the camera can only take photos in Portrait, but I have noticed that the camera app (apples camera app) , allow this to be saved landscape if you turn the camera on landscape when snapping a photo.
How can I take my captured image and apply it to my UIImageView so the image is not stretched?