An app that I am developing relies on the ability to help users send a mixture of images and text to their friends in one go.
I was hoping that MFMessageComposeViewController would offer some way to provide the user with an image in the body of the message, but evidently I can only suggest NSString for the body.
Alternatively, I could render the text into the image and then send that as well, but I still haven't found a way to suggest that the user send an image via MMS.
Is there a way to do either of these things?