mfmailcomposeviewcontroller Questions

2

Solved

I have a .txt file stored in Documents Folder and I want to send it by MFMailComposeViewController with next code in the body of -sendEmail method: NSData *txtData = [NSData dataWithContentsOfFile...

2

I have this code for showing some content in emailMessageBody. The code is given below. var emailViewController : MFMailComposeViewController = MFMailComposeViewController() emailViewController.m...
Disillusionize asked 17/11, 2014 at 13:30

5

Solved

I have the following code that gets called in didSelectRowAtIndexPath. The issue is, when I click the cancel button, it prompts for save draft or discard. But when I click either, the view does not...
Presuppose asked 9/10, 2011 at 21:29

3

Solved

I have a simple UITextView with an email link in it. The textview is selectable and detects links. This way, you can click on the email and it opens modally an MFMailComposeViewController view cont...
Colleencollege asked 3/3, 2014 at 10:55

4

Solved

I am trying to find out the best way to add an image inside the body of the email and not as attachment in ios. 1) Apple has provided a function "addAttachment" and the doc says, to add any image...
Macrogamete asked 31/8, 2012 at 7:16

4

I am calling MFMailComposeViewController from a UITableViewController. Problem is the delegate method is never called when I select Cancel or Send button in Mail compose window: mailComposeContro...
Affine asked 16/12, 2009 at 23:58

1

I have changed the appearance of UIBarButtonItem and UINavigationBar titleTextAttributes to my custom Font along with color to white using Appearance Proxy in "applicationDidFinishLaunching". Every...
Illbred asked 7/9, 2015 at 5:39

1

My small task is, how to mail crash report? I don't know whether this example is right or wrong. Coding: override func viewDidLoad() { super.viewDidLoad() func exceptionHandler(exception : NSE...
Starofbethlehem asked 1/9, 2016 at 7:22

4

Alright, this is what I have so far: As you can notice here I managed to change font size so this is fine, but the style I want also includes a custom font. Note that the actual style is sho...
Juratory asked 30/6, 2016 at 16:43

3

Solved

I want to use swift to implement in-app email. When I click the button, the email window pops up. However, I am unable to send my email. Moreover, after I click cancel-delete draft, I cannot go bac...

3

Solved

I'm trying to include an image in the body of an HTML email sent from an iPad. It seems impossible. I have tried to use the CID approach, but it seems that in iOS it is not possible to get/set the ...

5

Solved

In my Application,I am taking screenshots of image View and then I am saving those screen shots in document folder of the application.Now I want to Email all those images with the same folder struc...
Ellene asked 16/11, 2011 at 10:32

4

I am trying to change the colour of the navigation bar buttons, navigation bar tint colour and text colour, however I don't seem to be getting anywhere. The MFMailComposeViewController is being act...

3

Solved

In my app I am using the MFMailComposeViewController. I have placed a back and Done button in the title bar. I have the title bar to be in black color, but I have the button background in blue colo...
Barbabas asked 26/8, 2011 at 13:38

6

Solved

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 the title to be som...

4

I am currently running in troubles with iOS7 and the MFMailComposeViewController. Sometimes (quite often but not always), I have the following crash when presenting the MFMailComposeViewController:...

1

I'm trying to open a mail composer via UIActivityViewController on iOS8. (So, there's no my own code for this procedure) The result on device is continues error logging (the messages continue to be...
Alginate asked 13/10, 2014 at 8:58

5

Solved

I've setup a MFMailComposeViewController and it works just fine on the iPhone, but on the iPad it crashes, saying: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reaso...
Suspend asked 13/2, 2011 at 23:45

3

Solved

I am using MFMailcomposerViewController in my App. Everything is working fine, except that I am in need to Have the no. of recipients and the list of recipients the user is sending to. Any help or ...
Yankeeism asked 24/1, 2012 at 10:21

9

Solved

The situation is the MFMailComposeViewController was going to be presented. I saw it was presented half-way done, but then it got dismissed. This is the error: _serviceViewControllerReady:error...

3

Solved

This is sample code: import UIKit import MessageUI class ViewController: UIViewController, MFMailComposeViewControllerDelegate { @IBAction func showEmail(sender : AnyObject) { var emailTitle =...

3

I'm trying to make an app that sends an email using MFMailComposeViewController but that class doesn't seem to provide a way to set email headers. I tried to look for a lower level solution (or ev...

1

I'm having a problem with MFMailComposeViewController I'm getting this error viewServiceDidTerminateWithError: Error Domain=_UIViewServiceInterfaceErrorDomain Code=3 "The operation couldn’t be co...
Howsoever asked 21/9, 2014 at 16:0

2

Solved

I have an appearance proxy that sets the barTintColor property to green on UINavigationBar [[UINavigationBar appearance] setBarTintColor:[UIColor colorWithRed:54./255 green:165./255 blue:53./255 a...
Outline asked 26/9, 2013 at 0:21

8

Solved

I want to insert a UIImages inside the compose sheet of an MFMailComposerViewController. Please note I don't want to attach them, but I want to place them in a table using HTML code which will be...
Hurwitz asked 6/10, 2009 at 18:44

© 2022 - 2024 — McMap. All rights reserved.