Top "Mfmailcomposeviewcontroller" questions

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

How to zip folders in iPhone SDK?

In my Application,I am taking screenshots of image View and then I am saving those screen shots in document …

iphone objective-c ipad zip mfmailcomposeviewcontroller
Sending email message from the app using MFMailComposeViewController in MessageUI on iPhone

I'm a software developer, and I'm making an application for the email message and I have the following code: // Header …

iphone objective-c ipad mfmailcomposeviewcontroller messageui
Issue when using MFMailComposeViewController

I have a tricky problem. In one of my app, with over 150.000 downloads... I have a problem which seldom occurs …

ios objective-c mfmailcomposeviewcontroller mfmailcomposer
Change title of MFMailComposeViewController

I'm using MFMailComposeViewController for in-app email in my app, but I'm not able to change the title. As default it's …

iphone objective-c email iphone-sdk-3.0 mfmailcomposeviewcontroller
MFMailComposeViewController - iPad

I've setup a MFMailComposeViewController and it works just fine on the iPhone, but on the iPad it crashes, saying: *** Terminating …

ipad mfmailcomposeviewcontroller
How to send mail from iphone app without showing MFMailComposeViewController?

I want to send mail from my custom iPhone app. I have used MFMailComposeViewController to send mail from my iphone …

iphone objective-c ios sendmail mfmailcomposeviewcontroller
How to setToRecipients with MFMailComposeViewController

I'm trying to get emails that i select to send an email. But i dont know how to setToRecipients which …

iphone objective-c xcode mfmailcomposeviewcontroller
MFMailComposeViewController error [MC] Filtering mail sheet accounts for bundle ID

I do the standard functionality of sending messages with MFMailComposeViewController. My code: if MFMailComposeViewController.canSendMail() { let mail = MFMailComposeViewController() mail.mailComposeDelegate = …

swift ios10 mfmailcomposeviewcontroller
Attaching .txt to MFMailComposeViewController

I have a .txt file stored in Documents Folder and I want to send it by MFMailComposeViewController with next code …

ios objective-c xcode email-attachments mfmailcomposeviewcontroller
MFMailComposeViewController dismisses right away

The situation is the MFMailComposeViewController was going to be presented. I saw it was presented half-way done, but then it …

objective-c ios mfmailcomposeviewcontroller mfmailcomposer