Top "Mfmailcomposeviewcontroller" questions

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

UIAlertController won't display - In Swift

I have created a ContactUsViewController. In this controller the user will select a option from a pickerView and then type …

ios swift uialertview mfmailcomposeviewcontroller uialertcontroller
iPhone - MessageUI - framework not found Message

I want to be able to use the iPhones Mail.app inside my application so my users can send a …

iphone email frameworks uiviewcontroller mfmailcomposeviewcontroller
_UIViewServiceInterfaceErrorDomain

I'm having a problem with MFMailComposeViewController I'm getting this error viewServiceDidTerminateWithError: Error Domain=_UIViewServiceInterfaceErrorDomain Code=3 "The operation couldn’t be …

ios mfmailcomposeviewcontroller
MFMessageComposeViewController alloc returns nil

In my application, MFMailComposeViewController works fine but creating a new instance of MFMessageComposeViewController fails. Here is the code for both: …

iphone objective-c ios4 mfmailcomposeviewcontroller
Change navigation button color in MFMailComposerViewController on iOS 7

I'm trying to change the text color for navigation buttons in a MFMailComposerViewController but it doesn't work like on iOS 6. …

ios7 mfmailcomposeviewcontroller uiappearance
iPhone send email not using MessageUI

HI, I am looking for help, I am new to cocoa and iphone programming Is there a way to send …

iphone cocoa-touch mfmailcomposeviewcontroller messageui
MFMailComposeViewController's delegate not handling the CANCEL button

Possible Duplicate: Action sheet doesn't display when the MFMailComposeViewController's cancel button is tapped I've implemented standard mail functionality in my …

iphone objective-c ios delegates mfmailcomposeviewcontroller
Adding multiple strings to a string

How do I add multiple strings to a string ? Whats the easiest way to do that ? If I don't want …

xcode uitableview nsstring mfmailcomposeviewcontroller nsmutablestring
SwiftUI: Send email

In a normal UIViewController in Swift, I use this code to send a mail. let mailComposeViewController = configuredMailComposeViewController() mailComposeViewController.navigationItem.leftBarButtonItem?.…

swift mfmailcomposeviewcontroller swiftui messageui
MFMessageComposeViewController cancel button not working

I use this block to send message to the contacts, after sending, the back button is there, but when I …

ios objective-c mfmailcomposeviewcontroller