mfmailcomposeviewcontroller Questions
1
I made a costume UIActivity class. I like to send emails with attachments with the class, but I can't send emails, or present any ViewControllers from the class. I am trying to present the Mail Vie...
Christoffer asked 15/9, 2013 at 9:23
3
Solved
I am getting the following crash when I present a MFMailComposeViewController:
2013-11-08 11:04:05.963 <redacted>[7108:1603] *** Assertion failure in NSDictionary *_UIRecordArgumentOfInvocat...
Mannerism asked 8/11, 2013 at 16:28
1
I have my app setup and everything works great until I call my image picker and my mail controller. On each of those views the UIStatusBar changes to black even though I have
[[UIApplicatio...
Giavani asked 3/1, 2014 at 3:13
4
I am new to iphone development.I have created a tabbar based application . In the first i want the email composer to be displayed. I am able to display it but the cancel and send button are not wor...
Pennipennie asked 27/3, 2010 at 17:51
6
Solved
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 the top of that vie...
Conventionalize asked 27/10, 2009 at 23:59
2
On iOS 6, after sending a few email messages (by using MFMailComposeViewController), the email screens become very slow to open- at first opening with none of the fields populated (no Subject, no b...
Mantel asked 8/11, 2012 at 21:52
3
Solved
I have a tricky problem. In one of my app, with over 150.000 downloads... I have a problem which seldom occurs and which I can't seem to figure out.
The problem is the following:
In a view where ...
Trioxide asked 1/3, 2013 at 13:54
1
I use MFMailComposeViewController in an app I'm working on now. When user taps on a button, email form pops up.
Now when I use instruments to monitor memory during this process I see that every t...
Worked asked 31/10, 2013 at 13:56
1
Solved
My iOS application includes sending emails as part of its functionality. MFMailComposeViewController allows in-app composition of an email, with the OS using Mail.app in the background to send the ...
Wershba asked 9/10, 2013 at 20:26
6
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 attachments, but rather as ...
Amboceptor asked 7/11, 2009 at 7:14
0
I'm upgrading an older iPad framework that is a splitView with both master and detail views controlled by UINavigationControllers. The detailView displays a series of UIWebViews. When the user touc...
Ellmyer asked 1/10, 2013 at 16:2
1
Solved
When adding an attachment to an email, the file name gets it's complete path.
For a file located in:
/var/mobile/Applications/C3BBAA5F-07FE-4E26-9661-CB492E06BD2E/Documents/
I'm getting as a re...
Cabbage asked 17/8, 2013 at 8:27
2
Solved
In my app I want to add .vcf file as attachment in MFMailComposeViewController.
Cristencristi asked 29/11, 2010 at 10:51
3
Solved
How do i dismiss the keyboard without pressing the Send or Cancel button in MFMailComposeViewController?!
Thanks for any help.
Skyscraper asked 2/2, 2011 at 9:16
1
I'm working on an app that allows a user to email an image using MFMailComposeViewController. The attached image is 1200 x 1800 and it is imperative that the image size not change.
With large ima...
Methoxychlor asked 21/2, 2013 at 6:49
4
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 responder with MFM...
Interconnect asked 6/11, 2009 at 20:42
1
I am trying to send out an email with a .csv attachment on the iPad. I am using the MFMailComposer per many examples given which is displayed below. When sending out the email, I can see the correc...
Gombosi asked 3/3, 2011 at 14:31
6
I've seen several questions before such as this but for the lack of an accepted answer as well as having implemented everything as needed I still continue to face the issue as follows:
I display th...
Erroneous asked 13/12, 2012 at 18:52
1
Solved
I"m doing a HTML newsletter for a client, using thunderbird to send it, and everything works fine in all browsers and mail clients, but the anchor tag containing an image, don't work in Iphone's ma...
Knout asked 6/9, 2012 at 17:12
4
It's one of the simplest things to do, I know. But I've been banging my head against this for days. I've done it plenty of times in the past, but for some reason trying to present a modal view cont...
Benford asked 4/7, 2009 at 20:53
1
Solved
I want to get the "Me" card's Name so when i create the mail window with MFMailComposeViewController
I can
MFMailComposeViewController *mailer = [[MFMailComposeViewController alloc] init];
maile...
Leasehold asked 3/10, 2012 at 14:51
2
Solved
Somewhere:
if([MFMailComposeViewController canSendMail])
{
MFMailComposeViewController *email_vc = [[MFMailComposeViewController alloc] init];
email_vc.mailComposeDelegate = self;
[email_vc se...
Tilden asked 20/7, 2012 at 18:1
1
Solved
When I cll the Message Compose sheet via a UIActionSheet button I get the following error. Sorry these don't mean much to me yet - still learning:-)
Could anyone help please?
These are the source...
Plastid asked 16/6, 2012 at 7:13
1
Solved
I have a very strange issue here. I am using a present modal view controller to display my MFMailComposer ViewController on top of a ViewController which is placed with in a Navigation Bar.
[self...
Cicely asked 21/6, 2012 at 0:49
1
Solved
I'm trying to send a mail with MFMailComposeViewController. It happens when I click a button on my app. Of course when I click the Cancel button of the mail controller I want to go back to my app v...
Steen asked 12/6, 2012 at 8:8
© 2022 - 2024 — McMap. All rights reserved.