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.
The Message UI framework is a framework for iOS (ios) that provides specialized view controllers for presenting standard composition interfaces for email and SMS text messages.
To use the framework, you must add MessageUI.framework
to your Xcode project and link against it in any relevant targets. To access the classes and headers of the framework, include an #import <MessageUI/MessageUI.h>
statement at the top of any relevant source files.
Documentation: