推 johnny78615: 這是我的寫法,是swift的,你參考看看 04/01 11:45
→ johnny78615: let mailVC = MFMailComposeViewController() 04/01 11:45
→ johnny78615: if MFMailComposeViewController.canSendMa 04/01 11:45
→ johnny78615: il() { 04/01 11:45
→ johnny78615: mailVC.delegate = self 04/01 11:45
→ johnny78615: //don't forgot this!!! 04/01 11:45
→ johnny78615: mailVC.mailComposeDelegate = self 04/01 11:45
→ johnny78615: mailVC.setToRecipients([your email” 04/01 11:45
→ johnny78615: ]) mailVC.setSubject(“your mail titl 04/01 11:45
→ johnny78615: e”) mailVC.setMessageBody(“mail bod 04/01 11:45
→ johnny78615: y ", isHTML: false) self.presentViewC 04/01 11:45
→ johnny78615: ontroller(mailVC, animated: true, completion: ni 04/01 11:45
→ johnny78615: l) } 04/01 11:45
→ tkdmaf: 我想跟樓上說的是:回個文,沒有很困難吧…… 04/01 14:42
→ areyo: 謝謝指導 04/01 16:40