Top "Messageui" questions

The Message UI framework is a framework for iOS that provides specialized view controllers for presenting standard composition interfaces for email and SMS text messages.

Sending an email from swift 3

I am trying to set up an app with send email option. I have this code: import Foundation import MessageUI …

ios swift iphone swift3 messageui
Could an iOS application read/access SMS text?

I want to implement an iOS application which will use the SMS text as raw information. I think Apple does …

ios iphone sms messageui
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
Sending an email from your app with an image attached in Swift

I've tried a lot of tutorials on sending emails in your app but none of the ones I've seen show …

swift image email messageui
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
how to use MessageUI framework to send iMessage messages on iPhone

Is it possible to send messages from inside an app, using MessageUI framwork on iPhone? Or, is there an URL …

iphone url-scheme messageui
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
Pushing a navigation controller is not supported when using MFMessageComposeViewController

i am geeting crash using this code Pushing a navigation controller is not supported MFMessageComposeViewController *messageController = [[MFMessageComposeViewController alloc] init]; messageController.…

ios messageui
MFMailComposeViewController: Attaching Images from Photo Gallery

I am having a bit of trouble attaching images from the Photo Gallery to an email. Basically, one of the …

iphone ios ios5 alassetslibrary messageui