landscape mode images in a full screen UIImageView
问题 Is it possible to let the UIImageView handle landscape images differently from portrait images? I'll try to explain, I have ImageViewController with a UIImageView that fill the entire screen. In some point the user launch a UIImagePickerController and choose a picture from the camera roll. Then I create an instance of the ImageViewController with that picture and push it - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info {