<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for iOS Guy</title>
	<atom:link href="http://iosguy.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://iosguy.com</link>
	<description>Feel it! Enjoy it!</description>
	<lastBuildDate>Wed, 22 Feb 2012 04:11:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Multiple Video Playback on iOS by andsien</title>
		<link>http://iosguy.com/2012/01/11/multiple-video-playback-on-ios/#comment-170</link>
		<dc:creator><![CDATA[andsien]]></dc:creator>
		<pubDate>Wed, 22 Feb 2012 04:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=210#comment-170</guid>
		<description><![CDATA[Ok sir, i got, i just added a notification and added a delegate calling a function after avplayer stops playing.

thank you very on this post.]]></description>
		<content:encoded><![CDATA[<p>Ok sir, i got, i just added a notification and added a delegate calling a function after avplayer stops playing.</p>
<p>thank you very on this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multiple Video Playback on iOS by andsien</title>
		<link>http://iosguy.com/2012/01/11/multiple-video-playback-on-ios/#comment-169</link>
		<dc:creator><![CDATA[andsien]]></dc:creator>
		<pubDate>Wed, 22 Feb 2012 03:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=210#comment-169</guid>
		<description><![CDATA[Hi,

thanks for sharing this. I just want to ask a question, is it possible to add notification if the movie has just finish playing. If yes can you explain to me how to add it. 

thanks]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanks for sharing this. I just want to ask a question, is it possible to add notification if the movie has just finish playing. If yes can you explain to me how to add it. </p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Few Programming Practices: Writing good code by Prah</title>
		<link>http://iosguy.com/2010/09/13/a-few-programming-practices-writing-good-code/#comment-167</link>
		<dc:creator><![CDATA[Prah]]></dc:creator>
		<pubDate>Sat, 04 Feb 2012 17:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=132#comment-167</guid>
		<description><![CDATA[Nice Post. Thanks.]]></description>
		<content:encoded><![CDATA[<p>Nice Post. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Natural Code Just Works. by Cezar Augustus Signori</title>
		<link>http://iosguy.com/2012/01/13/natural-code-just-works/#comment-161</link>
		<dc:creator><![CDATA[Cezar Augustus Signori]]></dc:creator>
		<pubDate>Sat, 14 Jan 2012 19:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=230#comment-161</guid>
		<description><![CDATA[Yes, the idea behind ARC is that you don&#039;t need to bother with memory mangement anymore and that includes handling invalid references. Apple guarantees that by deallocating only objects that have no strong references anymore. If you have a weak reference pointing to a deallocated object, that reference is assigned to nil for you so that your code doesn&#039;t crash. That is the difference between __weak and __unsafe_unretained.]]></description>
		<content:encoded><![CDATA[<p>Yes, the idea behind ARC is that you don&#8217;t need to bother with memory mangement anymore and that includes handling invalid references. Apple guarantees that by deallocating only objects that have no strong references anymore. If you have a weak reference pointing to a deallocated object, that reference is assigned to nil for you so that your code doesn&#8217;t crash. That is the difference between __weak and __unsafe_unretained.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Natural Code Just Works. by lkraider</title>
		<link>http://iosguy.com/2012/01/13/natural-code-just-works/#comment-160</link>
		<dc:creator><![CDATA[lkraider]]></dc:creator>
		<pubDate>Sat, 14 Jan 2012 18:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=230#comment-160</guid>
		<description><![CDATA[&quot;Weak References. Works like an assign property, but becomes nil as soon as the object starts deallocation.&quot;

You mean the weak property becomes nil when the referenced object is deallocated?]]></description>
		<content:encoded><![CDATA[<p>&#8220;Weak References. Works like an assign property, but becomes nil as soon as the object starts deallocation.&#8221;</p>
<p>You mean the weak property becomes nil when the referenced object is deallocated?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving work with Three20! And write almost no code. by Ferrantv</title>
		<link>http://iosguy.com/2010/09/06/saving-work-with-three20/#comment-159</link>
		<dc:creator><![CDATA[Ferrantv]]></dc:creator>
		<pubDate>Thu, 12 Jan 2012 19:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=58#comment-159</guid>
		<description><![CDATA[Perfect! You are AMAZING!

Best regards from Barcelona Spain!]]></description>
		<content:encoded><![CDATA[<p>Perfect! You are AMAZING!</p>
<p>Best regards from Barcelona Spain!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TThree20: A Brief TTLauncherView tutorial by Cezar Augustus Signori</title>
		<link>http://iosguy.com/2010/10/19/tthree20-a-brief-ttlauncherview-tutorial/#comment-158</link>
		<dc:creator><![CDATA[Cezar Augustus Signori]]></dc:creator>
		<pubDate>Thu, 12 Jan 2012 13:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=145#comment-158</guid>
		<description><![CDATA[Hey Josh, it seems you can follow this link too!

Thanks iloss!]]></description>
		<content:encoded><![CDATA[<p>Hey Josh, it seems you can follow this link too!</p>
<p>Thanks iloss!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving work with Three20! And write almost no code. by Cezar Augustus Signori</title>
		<link>http://iosguy.com/2010/09/06/saving-work-with-three20/#comment-157</link>
		<dc:creator><![CDATA[Cezar Augustus Signori]]></dc:creator>
		<pubDate>Thu, 12 Jan 2012 13:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=58#comment-157</guid>
		<description><![CDATA[Hi Josh,

that is probably because Three20 has some newer versions than the one I used when this tutorial was written.

Unfortunately I can&#039;t work on this right now..so I think you should go to the official web site, download a sample empty project and then follow this tutorial.

Thanks,
Cezar]]></description>
		<content:encoded><![CDATA[<p>Hi Josh,</p>
<p>that is probably because Three20 has some newer versions than the one I used when this tutorial was written.</p>
<p>Unfortunately I can&#8217;t work on this right now..so I think you should go to the official web site, download a sample empty project and then follow this tutorial.</p>
<p>Thanks,<br />
Cezar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Presenting PDF files by yourself by Cezar Augustus Signori</title>
		<link>http://iosguy.com/2010/09/04/presenting-pdf-files-by-yourself/#comment-156</link>
		<dc:creator><![CDATA[Cezar Augustus Signori]]></dc:creator>
		<pubDate>Thu, 12 Jan 2012 13:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=14#comment-156</guid>
		<description><![CDATA[Hi!

I am not sure if I got your question but here we go:

1) &lt;em&gt;Do these sections of code go on the ViewController.m file?&lt;/em&gt; What sections? To know if they are, cmd+click on the method. If it takes you to the UIViewController.h file, then it is.
2) &lt;em&gt;And how can the scroll view be loaded under the [super viewDidLoad] section?&lt;/em&gt; By adding its subviews. You should read the Apple docs on UIView lifecycle and &lt;a href=&quot;http://idevzilla.com/2010/09/16/uiscrollview-a-really-simple-tutorial/&quot; rel=&quot;nofollow&quot;&gt;this UIScrollView tutorial&lt;/a&gt;.

Good luck!]]></description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I am not sure if I got your question but here we go:</p>
<p>1) <em>Do these sections of code go on the ViewController.m file?</em> What sections? To know if they are, cmd+click on the method. If it takes you to the UIViewController.h file, then it is.<br />
2) <em>And how can the scroll view be loaded under the [super viewDidLoad] section?</em> By adding its subviews. You should read the Apple docs on UIView lifecycle and <a href="http://idevzilla.com/2010/09/16/uiscrollview-a-really-simple-tutorial/" rel="nofollow">this UIScrollView tutorial</a>.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a 3D Tag Cloud by Cezar Augustus Signori</title>
		<link>http://iosguy.com/2010/11/17/creating-a-3d-tag-cloud/#comment-155</link>
		<dc:creator><![CDATA[Cezar Augustus Signori]]></dc:creator>
		<pubDate>Thu, 12 Jan 2012 13:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=162#comment-155</guid>
		<description><![CDATA[Hey!

Actually &lt;a href=&quot;http://iosguy.com/2011/11/26/3d-tag-cloud-available-on-github/&quot; rel=&quot;nofollow&quot;&gt;I released all the source code&lt;/a&gt; for you guys to work on it as needed in &lt;a href=&quot;https://github.com/cezarsignori/SphereView/&quot; rel=&quot;nofollow&quot;&gt;GitHub&lt;/a&gt;!

Feel free to add your gestures and modify whatever you like!

But for what I understand, you probably should add the UITapGestureRecognizer on your views instead of the SphereView!

Thanks,
Cezar]]></description>
		<content:encoded><![CDATA[<p>Hey!</p>
<p>Actually <a href="http://iosguy.com/2011/11/26/3d-tag-cloud-available-on-github/" rel="nofollow">I released all the source code</a> for you guys to work on it as needed in <a href="https://github.com/cezarsignori/SphereView/" rel="nofollow">GitHub</a>!</p>
<p>Feel free to add your gestures and modify whatever you like!</p>
<p>But for what I understand, you probably should add the UITapGestureRecognizer on your views instead of the SphereView!</p>
<p>Thanks,<br />
Cezar</p>
]]></content:encoded>
	</item>
</channel>
</rss>
