1
vote
4answers
113 views
+100
Change title of MFMailComposeViewController
I'm using MFMailComposeViewController for in-app email in my app, but I'm not able to change the title. As default it's showing the subject in the title, but I would like to set th …
0
votes
1answer
46 views
Changing MFMailComposeViewController’s toolbar color
I'm using a tinted navigation bar and a tinted global UIToolbar in my iPhone app.
In my info view, I have a button which opens a MFMailComposeViewController, and the toolbar at th …
0
votes
0answers
34 views
iPhone application lags after launching and dismissing MFMailComposeViewController
Hello,
I have an application that uses a table view controller to display some items, after clicking on one of those items you may select to email this item. Once that happens I u …
0
votes
0answers
15 views
MFMailComposeViewController csv attachment not being attached, but showing inline instead
Hello - I am having a problem with sending csv attachments via MFMailComposeViewController.
Sometimes they come through just fine, but for other users they don't come through as at …
0
votes
0answers
20 views
Set First Responder in MFMailComposeViewController?
I'm using Apple's MailComposer example application to send email from within my application (OS 3.0 functionality). Is it possible to set the To, Subject, or Body fields as first r …
0
votes
1answer
132 views
HTML email loses formatting after being sent from iPhone program
I'm using MFMailComposeViewController in the iPhone SDK to bring up the mail dialog to send an HTML formatted email. The contents of the message body is being read from an HTML fil …
0
votes
1answer
64 views
MFMailComposeViewController attachment file size limit
I'm using MFMailComposeViewController to send a file. Everything works fine with files under 15mb. Anything over, and the file simply doesn't get attached to the MFMailComposeViewC …
0
votes
1answer
33 views
iphone MFMailComposeViewController
Hi,
Is there a way to dismiss the keyboard from MFMailComposeViewController ? If the user rotates the device, I am loading a separate controller without "send" or "cancel" being p …
0
votes
1answer
38 views
MFMailComposeViewController in landscape
My application is in landscape mod.When i call MFMailComposeViewController through Present model view, it comes in landscape mod.I rotate device and MFMailComposeViewController v …
0
votes
2answers
99 views
How to change boilerplate “Sent from my iPhone” text in MFMailViewController message body?
I'm using the MFMailComposeViewController to send an email from within an iPhone v3.0 application. I programmatically create the message body text and display it before showing the …
0
votes
1answer
147 views
Send outline as email using MFMailComposeViewController
I'd like to send a text outline via email using MFMailComposeViewController. I'm currently doing this by creating a HTML version of the document and setting this as the body of the …
0
votes
1answer
188 views
In iPhone 3.0, Application crashes when trying to send an image from the camera using MessageUI
There is a part of the iPhone app that I'm developing where you can send images using the in app mail in iPhone 3.0. Selecting an image from the camera roll works perfectly, but wh …
0
votes
0answers
100 views
cocos2d MFMailComposeViewController
hi,
i tried to insert a mail tool in my app.... my app is based on the cocos2d engine
the Toolbar (at the top ->cancel,send...) is visible but i can't see the other parts of the …
0
votes
2answers
318 views
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 share email without leaving the application. I know 3.0 made this possible.
I have ad …
0
votes
0answers
77 views
Modifying the keyboardAppearance in MFMailComposeViewController
Is it possible to modify the appearance of the keyboard in MFMailComposeViewController?
I am able to change the navigation bar and I would like to set the keyboard to the alert ty …
