Tuesday, 15 July 2014

objective c - How to create send email for ios 8? -


First of all, I send an email to iOS 7, but when I'm running for iOS 8, after that pop Destination email address and other typing can not stop email. Is there a special process for sending email to iOS 8?

  // Adding Open Emails and Attachments MFmail Computing Whit Controller * Mail Controller = [[MFmail Compos Vicentrador Alloc] INS]; NSArray * recipient = @ [@ ""]; MailController.mailComposeDelegate = self; [MailController SetterAPPION: Recipient]; [Mail controller set topic: @ "file"]; NSDTA * Attachment = [[NSDTTA Alloc] INNTH WITH CONTENT OFFFILE: XLSF]; [Mail Controller Ad Attachment Data: Attached Mimetype: @ "app / vnd.ms-excel" filename: @ "Export. Axles"]; MailController.navigationBar.tintColor = [UIColor whiteColor]; [Self. Navigation controller present ViewController: Animated Mail Controller: Yes Completed: Zero];  


No comments:

Post a Comment