<?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 Tutorial &#8211; In-App Email</title>
	<atom:link href="http://blog.mugunthkumar.com/coding/iphone-tutorial-in-app-email/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-in-app-email/</link>
	<description>iPhone, iPad, Windows Phone Development and Usability Guidelines</description>
	<lastBuildDate>Tue, 07 Feb 2012 00:53:00 +0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: iPhone Tutorial: How to send In-App SMS &#171; maroueneboubakri</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-in-app-email/comment-page-1/#comment-3242</link>
		<dc:creator>iPhone Tutorial: How to send In-App SMS &#171; maroueneboubakri</dc:creator>
		<pubDate>Fri, 03 Feb 2012 14:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=244#comment-3242</guid>
		<description>[...] write a post on this. If you have been reading my blogs, you might already know how to send a in-app email Sending a in-app SMS is very similar to this, but with subtle [...]</description>
		<content:encoded><![CDATA[<p>[...] write a post on this. If you have been reading my blogs, you might already know how to send a in-app email Sending a in-app SMS is very similar to this, but with subtle [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Sich</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-in-app-email/comment-page-1/#comment-3193</link>
		<dc:creator>Matt Sich</dc:creator>
		<pubDate>Tue, 10 Jan 2012 01:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=244#comment-3193</guid>
		<description>ah, fixed my problem. I was using a mapView initially before the email pane rolled in. I had to add back the observer:
 [self.mapView.userLocation addObserver:self 
                                forKeyPath:@&quot;location&quot; 
                                   options:(NSKeyValueObservingOptionNew&#124;NSKeyValueObservingOptionOld) 
                                   context:nil];</description>
		<content:encoded><![CDATA[<p>ah, fixed my problem. I was using a mapView initially before the email pane rolled in. I had to add back the observer:<br />
 [self.mapView.userLocation addObserver:self <br />
                                forKeyPath:@"location" <br />
                                   options:(NSKeyValueObservingOptionNew|NSKeyValueObservingOptionOld) <br />
                                   context:nil];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Sich</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-in-app-email/comment-page-1/#comment-3192</link>
		<dc:creator>Matt Sich</dc:creator>
		<pubDate>Tue, 10 Jan 2012 00:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=244#comment-3192</guid>
		<description>Great tutorial! I have a problem with it though... It works the first time but if I exit out of the email and then try to compose a message again, the app crashes. I&#039;m building for iOS5 and &quot;release&quot; is not an option. How would i go about releasing the view completely (because I think that&#039;s what the problem is)? </description>
		<content:encoded><![CDATA[<p>Great tutorial! I have a problem with it though&#8230; It works the first time but if I exit out of the email and then try to compose a message again, the app crashes. I&#8217;m building for iOS5 and &#8220;release&#8221; is not an option. How would i go about releasing the view completely (because I think that&#8217;s what the problem is)? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CoffeeFast Attributions &#124; thumblines</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-in-app-email/comment-page-1/#comment-3182</link>
		<dc:creator>CoffeeFast Attributions &#124; thumblines</dc:creator>
		<pubDate>Tue, 03 Jan 2012 17:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=244#comment-3182</guid>
		<description>[...] includes a button that allows the user to email feedback directly to the support address. This &#8220;In-App Email Tutorial&#8221; by Mugunth Kumar (@MugunthKumar) was very useful in getting this feature working [...]</description>
		<content:encoded><![CDATA[<p>[...] includes a button that allows the user to email feedback directly to the support address. This &#8220;In-App Email Tutorial&#8221; by Mugunth Kumar (@MugunthKumar) was very useful in getting this feature working [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: groupwise email archiving</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-in-app-email/comment-page-1/#comment-3170</link>
		<dc:creator>groupwise email archiving</dc:creator>
		<pubDate>Thu, 29 Dec 2011 12:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=244#comment-3170</guid>
		<description>It actually helped me to clear up some other issues I had. Great text. </description>
		<content:encoded><![CDATA[<p>It actually helped me to clear up some other issues I had. Great text. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iOS Tutorial: Sending In App Tweets &#124; MKBlog</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-in-app-email/comment-page-1/#comment-3035</link>
		<dc:creator>iOS Tutorial: Sending In App Tweets &#124; MKBlog</dc:creator>
		<pubDate>Wed, 05 Oct 2011 11:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=244#comment-3035</guid>
		<description>[...] a Tweet is much similar to sending a In App email or an In App [...]</description>
		<content:encoded><![CDATA[<p>[...] a Tweet is much similar to sending a In App email or an In App [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satupled66</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-in-app-email/comment-page-1/#comment-3024</link>
		<dc:creator>Satupled66</dc:creator>
		<pubDate>Wed, 28 Sep 2011 21:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=244#comment-3024</guid>
		<description>If you mean other apps instead of Mail app, I&#039;m afraid the answer is no. What you can do is associate your gmail, yahoo or work account to the Mail app and use it as predefined. 

I&#039;m not sure i quite understand your second question, what I think you mean is: drawing an image and sending it as the content of the mail right? if that is the case you should first create a class that retuns an image and when you are done drawing it, open the Mail modal window. The only way I guess you could send it is as an attachment but I don&#039;t know if there is a way to attach a file to a mail sent this way. 

Hope it helps</description>
		<content:encoded><![CDATA[<p>If you mean other apps instead of Mail app, I&#8217;m afraid the answer is no. What you can do is associate your gmail, yahoo or work account to the Mail app and use it as predefined. </p>
<p>I&#8217;m not sure i quite understand your second question, what I think you mean is: drawing an image and sending it as the content of the mail right? if that is the case you should first create a class that retuns an image and when you are done drawing it, open the Mail modal window. The only way I guess you could send it is as an attachment but I don&#8217;t know if there is a way to attach a file to a mail sent this way. </p>
<p>Hope it helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Matsui</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-in-app-email/comment-page-1/#comment-3023</link>
		<dc:creator>Mike Matsui</dc:creator>
		<pubDate>Wed, 28 Sep 2011 09:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=244#comment-3023</guid>
		<description>Hi - I have 2 questions

Can any other e-mail clients be integrated for this in-app mail eg.gmail,yahoo,outlook?

Is it possible to write the content of this e-mail in natural handwriting and send it as well? 

Many thnx</description>
		<content:encoded><![CDATA[<p>Hi &#8211; I have 2 questions</p>
<p>Can any other e-mail clients be integrated for this in-app mail eg.gmail,yahoo,outlook?</p>
<p>Is it possible to write the content of this e-mail in natural handwriting and send it as well? </p>
<p>Many thnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BiOM&#039;s iOS Page &#187; Blog Archive &#187; Sending In App Tweets</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-in-app-email/comment-page-1/#comment-3002</link>
		<dc:creator>BiOM&#039;s iOS Page &#187; Blog Archive &#187; Sending In App Tweets</dc:creator>
		<pubDate>Wed, 14 Sep 2011 17:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=244#comment-3002</guid>
		<description>[...] a Tweet is much similar to sending a In App email or an In App [...]</description>
		<content:encoded><![CDATA[<p>[...] a Tweet is much similar to sending a In App email or an In App [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Objective-C / Cocoa : Sending Email &#124; Love Life, Live Code, Music Is The Best!</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-in-app-email/comment-page-1/#comment-2993</link>
		<dc:creator>Objective-C / Cocoa : Sending Email &#124; Love Life, Live Code, Music Is The Best!</dc:creator>
		<pubDate>Sat, 10 Sep 2011 04:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=244#comment-2993</guid>
		<description>[...] I looked in to this and discovered a blog at http://blog.mugunthkumar.com/coding/iphone-tutorial-in-app-email/ [...]</description>
		<content:encoded><![CDATA[<p>[...] I looked in to this and discovered a blog at <a href="http://blog.mugunthkumar.com/coding/iphone-tutorial-in-app-email/" rel="nofollow">http://blog.mugunthkumar.com/coding/iphone-tutorial-in-app-email/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: blog.mugunthkumar.com @ 2012-02-07 20:52:22 -->
