Top "Mfmailcomposeviewcontroller" questions

The MFMailComposeViewController class provides a standard interface that manages the editing and sending of an email in iOS.

How to customize MFMailComposeViewController so that i can make the "to" field as non-editable?

I am using MFMailComposeViewController for sending feedback in my app. It works fine. But the problem here is, the user …

iphone email mfmailcomposeviewcontroller feedback
Entering line breaks in NSString

I need to set mail Body in MFMailComposeViewController to separate some text in number of lines. I am using the …

iphone iphone-sdk-3.0 mfmailcomposeviewcontroller
send an HTML formatted email using MFMailComposeViewController

I am formatting a mail with HTML content and sending it using MFMailComposeViewController.But on the receiver side mail is …

iphone html sdk mfmailcomposeviewcontroller
MFMailComposeViewController, Swift 4, Xcode 9

I have a problem with MFMailComposeViewControllerDelegate function. func mailComposeController(_ controller: MFMailComposeViewController, didFinishWith result: MFMailComposeResult, error: Error?) { controller.dismiss(animated: true, …

ios swift xcode mfmailcomposeviewcontroller
MFMailComposeViewController's Cancel Button (action sheet possibly) freezes the view

I've seen several questions before such as this but for the lack of an accepted answer as well as having …

iphone ios mfmailcomposeviewcontroller mfmailcomposer cancel-button
MFMailComposeViewController csv attachment not being attached, but showing inline instead

I am having a problem with sending csv attachments via MFMailComposeViewController. Sometimes they come through just fine, but for other …

csv inline attachment mfmailcomposeviewcontroller