I'm working on an app that allows a user to email an image using MFMailComposeViewController. The attached image is 1200 x 1800 and it is imperative that the image size not change.
With large images, MFMailComposeViewController presents the user with an action sheet giving them the option to scale the image down when 'Send' is pressed (see screenshot). I'd prefer this action sheet not be displayed and to force the actual size of the image attached.
Any suggestions appreciated!