When I attach files to a message using an MFMailComposeViewController, the data is attached before the signature, This signature connected with separate file .txt. Is it possible to display the attachments AFTER the signature?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
if you are sending image data or image file (it is not clear from your description)change it according to the type of file you are sending
in the button action
and in the displayComposerSheet method add this
|
|||||||
|