<?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: Back To Basics: Hello iPhone</title>
	<atom:link href="/2011/08/17/back-to-basics-hello-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://icodeblog.com/2011/08/17/back-to-basics-hello-iphone/</link>
	<description>iPhone Programming Tutorials</description>
	<lastBuildDate>Mon, 09 Jun 2014 16:11:00 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: David</title>
		<link>http://icodeblog.com/2011/08/17/back-to-basics-hello-iphone/#comment-9503</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Wed, 26 Sep 2012 03:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=3302#comment-9503</guid>
		<description><![CDATA[If you&#039;r wanting to learn more advanced concepts check out razeware: http://318629.razeware.hop.clickbank.net They have several tutorials that are easy to follow.]]></description>
		<content:encoded><![CDATA[<p>If you&#8217;r wanting to learn more advanced concepts check out razeware: <a href="http://318629.razeware.hop.clickbank.net" rel="nofollow">http://318629.razeware.hop.clickbank.net</a> They have several tutorials that are easy to follow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gray</title>
		<link>http://icodeblog.com/2011/08/17/back-to-basics-hello-iphone/#comment-9111</link>
		<dc:creator><![CDATA[gray]]></dc:creator>
		<pubDate>Tue, 10 Jan 2012 22:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=3302#comment-9111</guid>
		<description><![CDATA[Thanks...one update. apparently you don&#039;t need to use release because the new 5.0 sdk has something called automatic reference counting. personally i think it may be safer to release the memory yourself. So basically you have 2 options. 1 you can comment the last release line of code out or 2. you can disable the auto reference counting.... here&#039;s a link i found to do just that. http://www.permadi.com/blog/2011/12/iosxcode-how-to-disable-automatic-reference-counting/]]></description>
		<content:encoded><![CDATA[<p>Thanks&#8230;one update. apparently you don&#8217;t need to use release because the new 5.0 sdk has something called automatic reference counting. personally i think it may be safer to release the memory yourself. So basically you have 2 options. 1 you can comment the last release line of code out or 2. you can disable the auto reference counting&#8230;. here&#8217;s a link i found to do just that. <a href="http://www.permadi.com/blog/2011/12/iosxcode-how-to-disable-automatic-reference-counting/" rel="nofollow">http://www.permadi.com/blog/2011/12/iosxcode-how-to-disable-automatic-reference-counting/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://icodeblog.com/2011/08/17/back-to-basics-hello-iphone/#comment-8774</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Tue, 15 Nov 2011 16:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=3302#comment-8774</guid>
		<description><![CDATA[This is because you checked the box to use ARC (Which is iOS 5 specific) when creating a new project. Â Don&#039;t check this box and you should be ok. Â I will do a post on ARC in the future.]]></description>
		<content:encoded><![CDATA[<p>This is because you checked the box to use ARC (Which is iOS 5 specific) when creating a new project. Â Don&#8217;t check this box and you should be ok. Â I will do a post on ARC in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: humbertqz</title>
		<link>http://icodeblog.com/2011/08/17/back-to-basics-hello-iphone/#comment-8771</link>
		<dc:creator><![CDATA[humbertqz]]></dc:creator>
		<pubDate>Tue, 15 Nov 2011 04:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=3302#comment-8771</guid>
		<description><![CDATA[found this solutionÂ http://stackoverflow.com/questions/7164848/arc-error-when-compiling]]></description>
		<content:encoded><![CDATA[<p>found this solutionÂ http://stackoverflow.com/questions/7164848/arc-error-when-compiling</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: humbertqz</title>
		<link>http://icodeblog.com/2011/08/17/back-to-basics-hello-iphone/#comment-8770</link>
		<dc:creator><![CDATA[humbertqz]]></dc:creator>
		<pubDate>Tue, 15 Nov 2011 04:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=3302#comment-8770</guid>
		<description><![CDATA[i have the same error]]></description>
		<content:encoded><![CDATA[<p>i have the same error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fra</title>
		<link>http://icodeblog.com/2011/08/17/back-to-basics-hello-iphone/#comment-8599</link>
		<dc:creator><![CDATA[Fra]]></dc:creator>
		<pubDate>Fri, 04 Nov 2011 18:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=3302#comment-8599</guid>
		<description><![CDATA[XCode...last version that i downloaded just a week ago, gives me this error on the lineÂ Â [helloLabel release]; ---&gt;ARC forbids explicit message send of &#039;release&#039;, release is unavailable: not available in automatic reference counting mode

Why?]]></description>
		<content:encoded><![CDATA[<p>XCode&#8230;last version that i downloaded just a week ago, gives me this error on the lineÂ Â [helloLabel release]; &#8212;&gt;ARC forbids explicit message send of &#8216;release&#8217;, release is unavailable: not available in automatic reference counting mode</p>
<p>Why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SparK</title>
		<link>http://icodeblog.com/2011/08/17/back-to-basics-hello-iphone/#comment-8367</link>
		<dc:creator><![CDATA[SparK]]></dc:creator>
		<pubDate>Sun, 23 Oct 2011 00:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=3302#comment-8367</guid>
		<description><![CDATA[ok, this must be the noobiest question ever but, how&#039;s that method calling syntax? with [] never seen a language using this. It got me confused because I&#039;m used to C, Java, Javascript, ActionScript, PHP, whatever...]]></description>
		<content:encoded><![CDATA[<p>ok, this must be the noobiest question ever but, how&#8217;s that method calling syntax? with [] never seen a language using this. It got me confused because I&#8217;m used to C, Java, Javascript, ActionScript, PHP, whatever&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: babycoder</title>
		<link>http://icodeblog.com/2011/08/17/back-to-basics-hello-iphone/#comment-8191</link>
		<dc:creator><![CDATA[babycoder]]></dc:creator>
		<pubDate>Wed, 05 Oct 2011 09:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=3302#comment-8191</guid>
		<description><![CDATA[Great tutorial. I have not found anything as good as this anywhere else. Every well explained. Many people we don&#039;t want to memorise the code and re-write it but actually learn and understand the reason for each method and call.

Thanks again,
Sam]]></description>
		<content:encoded><![CDATA[<p>Great tutorial. I have not found anything as good as this anywhere else. Every well explained. Many people we don&#8217;t want to memorise the code and re-write it but actually learn and understand the reason for each method and call.</p>
<p>Thanks again,<br />
Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: white</title>
		<link>http://icodeblog.com/2011/08/17/back-to-basics-hello-iphone/#comment-8114</link>
		<dc:creator><![CDATA[white]]></dc:creator>
		<pubDate>Wed, 21 Sep 2011 04:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=3302#comment-8114</guid>
		<description><![CDATA[Why are you calling release at the end of viewDidLoad? Shouldn&#039;t that release the object from memory? It&#039;s still on screen, and I tried to make calls to it with NSLog after, and all the data is still there. How is that possible? Does release just decrement the counter, but the object stays in memory until there&#039;s no references to it?]]></description>
		<content:encoded><![CDATA[<p>Why are you calling release at the end of viewDidLoad? Shouldn&#8217;t that release the object from memory? It&#8217;s still on screen, and I tried to make calls to it with NSLog after, and all the data is still there. How is that possible? Does release just decrement the counter, but the object stays in memory until there&#8217;s no references to it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Look</title>
		<link>http://icodeblog.com/2011/08/17/back-to-basics-hello-iphone/#comment-8113</link>
		<dc:creator><![CDATA[Look]]></dc:creator>
		<pubDate>Tue, 20 Sep 2011 20:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=3302#comment-8113</guid>
		<description><![CDATA[my project was created as iphone app, when run ios simulator opens to ipad simulator. When I switch hardware to iphone simulator it displays default iphone screen.Â  how do I control this?]]></description>
		<content:encoded><![CDATA[<p>my project was created as iphone app, when run ios simulator opens to ipad simulator. When I switch hardware to iphone simulator it displays default iphone screen.Â  how do I control this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
