Top "Mfmailcomposeviewcontroller" questions

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

How to add a UIImage in MailComposer Sheet of MFMailComposeViewController

I want to insert a UIImages inside the compose sheet of an MFMailComposerViewController. Please note I don't want to attach …

iphone ios attachment mfmailcomposeviewcontroller
How to display Underlined Text in a Button on iOS?

I want to display the mail ID in my view such that clicking the mail ID should open the mail …

ios hyperlink uibutton uilabel mfmailcomposeviewcontroller
how to send a mail from my iOS application- SWIFT

I want to send a mail from my application. I am doing my first steps with SWIFT and i have …

ios xcode swift email mfmailcomposeviewcontroller
How to add a image in email body using MFMailComposeViewController

I am trying to find out the best way to add an image inside the body of the email and …

ios ios5 mfmailcomposeviewcontroller
Unable to dismiss MFMailComposeViewController, delegate not called

I am calling MFMailComposeViewController from a UITableViewController. Problem is the delegate method is never called when I select Cancel or …

ios objective-c cocoa-touch mfmailcomposeviewcontroller
ios: Application tried to present a nil modal view controller on target

I am developing an application,the requirement is to open email composer on a button click of UIAlertView. message which …

ios7 mfmailcomposeviewcontroller
Locking the Fields in MFMailComposeViewController

Is it possible to somehow lock the fields in an MFMailComposeViewController so that the body, recipients etc cannot be changed …

iphone ios email locking mfmailcomposeviewcontroller
MFMailComposeViewController in iOS 7 statusbar are black

i have a feedback button in my ios 7 application with MFMailComposeViewController. After the user click this button the mailcomposer open …

ios ios7 mfmailcomposeviewcontroller
Changing MFMailComposeViewController's toolbar color

I'm using a tinted navigation bar and a tinted global UIToolbar in my iPhone app. In my info view, I …

ios objective-c colors toolbar mfmailcomposeviewcontroller
MFMailComposeViewController : how do I embed a clickable URL link into the email message body

I want my app using the MFMailComposeViewController to send an email such that the recipient can click on the embedded …

iphone objective-c cocoa-touch mfmailcomposeviewcontroller