APP應用發送郵件

使用MFMailComposeViewController發送郵件。 一、導入頭文件html #import <MessageUI/MessageUI.h> 二、實現MFMailComposeViewControllerDelegate代理方法 三、示例web // 判斷用戶是否已設置郵件帳戶 if ([MFMailComposeViewController canSendMail]) {
相關文章
相關標籤/搜索