Top "Mfmessagecomposeview" questions

The` MFMessageComposeViewController` class provides a standard system user interface for composing text messages.

MFMessageComposeViewController iOS7 addAttachmentData:typeIdentifier:filename: not working

I want to attach an image to a MMS, on iOS7. I wrote following code: MFMessageComposeViewController *messageController = [[MFMessageComposeViewController alloc] init]; …

ios ios7 mms uti mfmessagecomposeview
How to attach Image with message via iPhone application?

I want to send message with image data. So I used MFMessageComposeViewController. But that controller provide only SMS service. So …

iphone ios uiimage mms mfmessagecomposeview