Tagged Questions
1
vote
1answer
60 views
Adding zip as attachment to MFMailComposerViewController fail in iOS [closed]
I have an application in which I'm attaching zip file to mail composer. I'm using below code to attach zip file.
NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, ...
0
votes
2answers
68 views
How to change message details (email body) in MFMailComposeViewController?
I seem to have fallen fowl of something that seems like it should be very simple!
How do I now populate an email's body with the strings a user has entered into NSUserDefaults?
Basically there is ...
0
votes
0answers
30 views
How to use addAttachmentData in MFMailComposer
This might seem like a simple question, but my app has images in it and I want to add them as attachments to emails if they're being used, but not add the attachment if they are not. I have no problem ...
0
votes
1answer
90 views
How to save the user's email recipients when sending email with UIActivityViewController?
I'm using UIActivityViewController and when the user selects email from the list of options is there a way to save the email recipients that the user inputs?
Do I need to subclass ActivityItemSource ...
1
vote
0answers
14 views
Event handling from messages
Can we add an action to the content/smiley in messages(sms) ,which is sent from an app.
*My doubt is:*How to or from where we can handle the events/action in messages
1
vote
1answer
150 views
How to Send image in Email body?
I am sending image with some text in Email Body using this link my code is given below
NSString *urlString = @"url";
NSString *searchingurl = [NSString stringWithFormat:@"%@%@", urlString,idnumber];
...
0
votes
1answer
181 views
Mail Composer multiple buttons
I have a question that was hoping to get some help with, I got the initial mail composer to load and work fine, but I was wondering if it is possible to say add multiple buttons that can bring up mail ...
0
votes
0answers
110 views
my UIWebview doesn't function after MFMailcomposeviewcontroller dismissed
I have a Uiwebview which displays pdf documents downloaded from the web.
this works fine, but having implemented email functionality with the following code, i find the Uiwebview stops working when i ...
0
votes
2answers
300 views
MFMailComposeViewControllerDelegate method does not get called with iOS 6
I present MFMailComposeViewController controller and set it delegate - everything works as expected with iOS 5 but the delegate method (mailComposeController:didFinishWithResult:error:) is not called ...
0
votes
0answers
96 views
MFMailComposeViewController Keyboard Issue - iPad
My iPad app is using MFMailComposeViewController for email function. This app only support for landscape orientation.
Some times when I tap on the 'to' textfield, the keyboard does not appear ...
0
votes
1answer
105 views
How to only allow one Recipients in Mail in iOS
I am creating an Contact Us button which would allow the User to contact our Support Team by Email(I am using iOS 6). But I want the Mail Composer only email our support team email and not allow the ...
0
votes
1answer
109 views
MFMailComposeViewController crash in iOS6
I use MFMailComposeViewController in my project, and everything is ok but running in iOS6. Would someone please give me a hand ?
0
votes
1answer
62 views
Assertion Failure in MFMailComposeInternalViewController
Getting a weird Assertion Failure when presenting an email prompt in iOS
Code:
- (void)displayComposerSheet:(id)delegate withDataSource:(id )datasource {
MFMailComposeViewController *picker = ...
1
vote
0answers
227 views
iOS6: MFMailComposeViewController sporadically produces array mutation error
I am sporadically seeing the following error when I launch an instance of MFMailComposeViewController on iOS 6 systems. Everything functions fine on iOS 5, it only happens on iOS 6:
* Terminating ...
8
votes
1answer
2k views
iOS6: MFMailComposeViewController slow to load and flashes black screen; MailCompositionS begins hogging memory
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 ...
4
votes
2answers
661 views
My MFMailComposeViewController in iOS6 no longer works
Noticed that my MFMailComposeViewController that I use to modally pop a dialog to send email no longer works in iOS6. It still pops the dialog, but I can't set the body text, or input anything into ...
2
votes
2answers
813 views
Modal MFMailComposeViewController doesn't respond to touches in iOS 6
My iOS app contains rounded corners for the whole application (described here)
UIImage *overlayImg;
int offset;
if(IS_IPHONE_5) {
overlayImg = [UIImage imageNamed:@"rounded4inch.png"];
...
3
votes
1answer
974 views
Monotouch iOS 6 crash when using MFMailComposeViewController
I get a strange error when I use MFMailComposeViewController in Monotouch iOS 6, but it worked fine in iOS 5.1:
*** Assertion failure in NSDictionary ...


