IQMediaPickerController icon indicating copy to clipboard operation
IQMediaPickerController copied to clipboard

Rotate Image in iPad

Open MangeshVyas opened this issue 7 years ago • 2 comments

Thanks for great help. This work good with iPad Image gallery but with Camera it Rotate the images.

Second with Image preview is there any way to disable or a close menu ?

Thanks, Mangesh

MangeshVyas avatar Oct 28 '17 12:10 MangeshVyas

I'll take a look at iPad if it rotate the image.

Can you please tell me more about 2nd issue @MangeshVyas ?

hackiftekhar avatar Mar 16 '18 18:03 hackiftekhar

My solution for this issue was to rotate the view my controller is in objc : view.transform = CGAffineTransformMakeRotation(-M_PI/2);

SylvainRX avatar May 29 '18 18:05 SylvainRX