<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: iPhone 3.0新特性系列教程之二 &#8211; App中Email，MessageUI</title>
	<atom:link href="http://www.iphone-geek.cn/%e7%bc%96%e7%a8%8b/iphone-3-0%e6%96%b0%e7%89%b9%e6%80%a7%e7%b3%bb%e5%88%97%e6%95%99%e7%a8%8b%e4%b9%8b%e4%ba%8c-app%e4%b8%ademail%ef%bc%8cmessageui/feed" rel="self" type="application/rss+xml" />
	<link>http://www.iphone-geek.cn/%e7%bc%96%e7%a8%8b/iphone-3-0%e6%96%b0%e7%89%b9%e6%80%a7%e7%b3%bb%e5%88%97%e6%95%99%e7%a8%8b%e4%b9%8b%e4%ba%8c-app%e4%b8%ademail%ef%bc%8cmessageui</link>
	<description>iPhone 新闻，编程，技巧与提示，代码，教程</description>
	<lastBuildDate>Tue, 07 Feb 2012 09:36:03 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bagusflyer</title>
		<link>http://www.iphone-geek.cn/%e7%bc%96%e7%a8%8b/iphone-3-0%e6%96%b0%e7%89%b9%e6%80%a7%e7%b3%bb%e5%88%97%e6%95%99%e7%a8%8b%e4%b9%8b%e4%ba%8c-app%e4%b8%ademail%ef%bc%8cmessageui/comment-page-1#comment-315</link>
		<dc:creator>bagusflyer</dc:creator>
		<pubDate>Mon, 11 Oct 2010 02:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphone-geek.cn/?p=248#comment-315</guid>
		<description>I don&#039;t see any problem from your code. For testing purpose, maybe you take out the image attachment first.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see any problem from your code. For testing purpose, maybe you take out the image attachment first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moshe</title>
		<link>http://www.iphone-geek.cn/%e7%bc%96%e7%a8%8b/iphone-3-0%e6%96%b0%e7%89%b9%e6%80%a7%e7%b3%bb%e5%88%97%e6%95%99%e7%a8%8b%e4%b9%8b%e4%ba%8c-app%e4%b8%ademail%ef%bc%8cmessageui/comment-page-1#comment-313</link>
		<dc:creator>moshe</dc:creator>
		<pubDate>Wed, 06 Oct 2010 13:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphone-geek.cn/?p=248#comment-313</guid>
		<description>i use the MFMailComposeViewController Controller as following  :

MFMailComposeViewController *picker1 = [[MFMailComposeViewController alloc] init];
	picker1.mailComposeDelegate = self;
	[picker1 setSubject:@&quot;I have a pencil for you&quot;];
	UIImage *roboPic = [UIImage imageNamed:@&quot;RobotWithPencil.jpg&quot;];
	NSData *imageData = UIImageJPEGRepresentation(roboPic, 1);
	[picker addAttachmentData:imageData mimeType:@&quot;image/jpg&quot; fileName:@&quot;RobotWithPencil.jpg&quot;];
	NSString *emailBody = @&quot;This is a cool image of a robot I found.  Check it out!&quot;;
	[picker1 setMessageBody:emailBody isHTML:YES];
	picker1.navigationBar.barStyle = UIBarStyleBlack; 
	[self presentModalViewController:picker1 animated:YES];
	[picker1 release];

when i press button &quot;Cancel&quot; i don&#039;t see the panel with &quot;Draft&quot; ,&quot;Save Draft&quot; and &quot;Cancel&quot; buttons , the screen locked/frozen  but panel with buttons mention above doesn&#039;t appears/not shown .

i will be glade to get any assistance.

Thanks in advance
Moshe</description>
		<content:encoded><![CDATA[<p>i use the MFMailComposeViewController Controller as following  :</p>
<p>MFMailComposeViewController *picker1 = [[MFMailComposeViewController alloc] init];<br />
	picker1.mailComposeDelegate = self;<br />
	[picker1 setSubject:@"I have a pencil for you"];<br />
	UIImage *roboPic = [UIImage imageNamed:@"RobotWithPencil.jpg"];<br />
	NSData *imageData = UIImageJPEGRepresentation(roboPic, 1);<br />
	[picker addAttachmentData:imageData mimeType:@"image/jpg" fileName:@"RobotWithPencil.jpg"];<br />
	NSString *emailBody = @&#8221;This is a cool image of a robot I found.  Check it out!&#8221;;<br />
	[picker1 setMessageBody:emailBody isHTML:YES];<br />
	picker1.navigationBar.barStyle = UIBarStyleBlack;<br />
	[self presentModalViewController:picker1 animated:YES];<br />
	[picker1 release];</p>
<p>when i press button &#8220;Cancel&#8221; i don&#8217;t see the panel with &#8220;Draft&#8221; ,&#8221;Save Draft&#8221; and &#8220;Cancel&#8221; buttons , the screen locked/frozen  but panel with buttons mention above doesn&#8217;t appears/not shown .</p>
<p>i will be glade to get any assistance.</p>
<p>Thanks in advance<br />
Moshe</p>
]]></content:encoded>
	</item>
</channel>
</rss>

