I am Copying the array of Images in UIPasteBoard
and When I try to Paste the images in mail
the Image orientation is changing. This is How I am Copying the Images.
UIPasteboard *pasteBoard = [UIPasteboard generalPasteboard];
pasteBoard.images = imageArray;
How can I copy the images without changing the Image orientation ?