摘要: 1、使用openURL来实现发邮件的功能:NSString *url = [NSString stringWithString: @"mailto:foo@example.com?cc=bar@example.com& subject=Greetings%20from%20Cupertino!& body=Wish%20you%20were%20here!"];[[UIApplication sharedApplication] openURL: [NSURL URLWithString: url]];缺点很明显,这样的过程会导致程序暂时退出 阅读全文
posted @ 2012-08-31 22:21 GreyWolf 阅读(179) 评论(0) 推荐(0) 编辑