【资料图】

最近这段时间总有小伙伴问小编iphone怎么发邮件_IOS发送电子邮件是什么,小编为此在网上搜寻了一些有关于iphone怎么发邮件_IOS发送电子邮件的知识送给大家,希望能解答各位小伙伴的疑惑。

如何从iphone发送电子邮件(IOS发送电子邮件)

简介

我们可以使用IOS设备中的电子邮件应用程序来发送电子邮件。

示例步骤

1.创建一个基于视图的简单应用程序。

2.选择项目文件,然后选择目标,然后添加MessageUI.framework

3.在ViewController.xib中添加一个按钮来创建发送电子邮件的操作。

4.按如下方式更新ViewController.h

#import#import@interfaceViewController:UIViewController{MFMailComposeViewController*mailComposer;}-(IBAction)sendMail:(id)sender;@end

5.如下所示更新ViewController.m。

#import"ViewController.h"@interfaceViewController()@end@implementationViewController-(void)viewDidLoad{[superviewDidLoad];}-(void)didReceiveMemoryWarning{[superdidReceiveMemoryWarning];//Disposeofanyresourcesthatcanberecreated.}

关键词: