In my app whenever i send email with an attachment. The MFMailComposer does not release the memory after sending the email. The size of the data that i am attaching is around 2-4 MB. How i can solve t
i am sending a 开发者_如何学Cmail which having prefilled email body.I want that sender can\'t see the email body but the receiver can see. You can\'t do this using these views. If you access the user\
In my app i capture an image and then add a frame to it... I also have the feature to add custom text on the final image (original image + frame). I am using the following code to draw the text.
Does anyone know how can we send mail without presenting the MFMailComposerView? OR Is there any way I can add a background image on the MFMailComposerView?
My MonoTouch Version Info: Release ID: 20401003 Git revision: 2f1746af36f421d262dcd2b0542ce86b12158f02 Build date: 2010-12-23 23:13:38+0000
I am trying to implement a SMS application. In that when I tried to send my sms I got an exception at[self.navigationController presentModalViewController:picker animated:YES];. I am very new to this.
I am using MFMailComposeViewController to sent email from my App. It takes around 4 seconds to save a draft but the \'Delete开发者_Python百科 Draft\' button completes the task instantly.Both options w
I have faced some problems, when the user sent the mail. Some of the time the mail comes without message content(Email body), even the user typed the message content.The message content doesn\'t displ
In my app I want to add .vcf file as attachment in M开发者_开发问答FMailComposeViewController.The documentation for MFMailComposeViewController shows that its addAttachmentData:mimeType:fileName: inst
I\'m having some hard time trying to send an email from my app. I tried this code from iCodeBlog (http://icodeblog.com/2009/11/18/iphone-coding-tutorial-in-application-emailing/)