Top "Mfmailcomposer" questions

an iOS object allowing application users to send mail

MFMailComposeViewController in Swift

This is sample code: import UIKit import MessageUI class ViewController: UIViewController, MFMailComposeViewControllerDelegate { @IBAction func showEmail(sender : AnyObject) { var emailTitle = "Test …

objective-c uiviewcontroller swift ios8 mfmailcomposer
iphone email attachment

I used the MessageUI framework to send the mail with attachment from my application. But i got the following error, 2009…

iphone objective-c email mfmailcomposer
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
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
Android : how to open a mail composer view?

I just want to know how to open Mail Composer in Android. With iOS, I would do something like this : …

android email gmail mfmailcomposer
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