May 2011
Beginner
834 pages
25h 19m
English
The MFMessageComposeViewController class, a UINavigationController, is even simpler. Instantiate the class, give it a messageComposeDelegate, configure it as desired, and present it modally. Configuration is through the recipients and body properties.
The delegate method messageComposeViewController:didFinishWithResult: is called with the same possible results as for a mail message. Dismissing the modal view is up to you, in the delegate method.
Read now
Unlock full access