<?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: Objective C 2.0: An Intro â€“ Part 2</title>
	<atom:link href="http://www.icodeblog.com/2009/06/29/objective-c-20-an-intro-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icodeblog.com/2009/06/29/objective-c-20-an-intro-part-2/</link>
	<description>Conquering the mobile universe</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:48:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: onlyWebPro</title>
		<link>http://www.icodeblog.com/2009/06/29/objective-c-20-an-intro-part-2/#comment-9051</link>
		<dc:creator>onlyWebPro</dc:creator>
		<pubDate>Sun, 25 Dec 2011 01:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1008#comment-9051</guid>
		<description>Great tutorial! It&#039;s very useful for beginner! Thank you!


Looking forward to your part 3!

Regards,
The Founder of onlyWebPro.com</description>
		<content:encoded><![CDATA[<p>Great tutorial! It&#8217;s very useful for beginner! Thank you!</p>
<p>Looking forward to your part 3!</p>
<p>Regards,<br />
The Founder of onlyWebPro.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hoangxuz</title>
		<link>http://www.icodeblog.com/2009/06/29/objective-c-20-an-intro-part-2/#comment-7682</link>
		<dc:creator>Hoangxuz</dc:creator>
		<pubDate>Mon, 15 Aug 2011 11:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1008#comment-7682</guid>
		<description>Step 8: &quot;We will implement a CLASS called description in iCodeBlogClass...&quot;. CLASS should be METHOD</description>
		<content:encoded><![CDATA[<p>Step 8: &#8220;We will implement a CLASS called description in iCodeBlogClass&#8230;&#8221;. CLASS should be METHOD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wgreen84</title>
		<link>http://www.icodeblog.com/2009/06/29/objective-c-20-an-intro-part-2/#comment-7057</link>
		<dc:creator>Wgreen84</dc:creator>
		<pubDate>Mon, 04 Jul 2011 10:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1008#comment-7057</guid>
		<description>Great Tutorial Thanks.
I was just wondering instead of typing outÂ 
[myArray addObject:person 1];13 times how would you use a for loop to do it ?I triedÂ 
for (i=1;i&lt;=13; i++) {[myArray addObject:person+i];
}
but this obviously wont work just wondering what the syntax is to append the variable i to person ?Cheers</description>
		<content:encoded><![CDATA[<p>Great Tutorial Thanks.<br />
I was just wondering instead of typing outÂ <br />
[myArray addObject:person 1];13 times how would you use a for loop to do it ?I triedÂ <br />
for (i=1;i&lt;=13; i++) {[myArray addObject:person+i];<br />
}<br />
but this obviously wont work just wondering what the syntax is to append the variable i to person ?Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wgreen84</title>
		<link>http://www.icodeblog.com/2009/06/29/objective-c-20-an-intro-part-2/#comment-7056</link>
		<dc:creator>Wgreen84</dc:creator>
		<pubDate>Mon, 04 Jul 2011 10:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1008#comment-7056</guid>
		<description>Great Tutorial Thanks.

firstly sorry about the colours.I was just wondering instead of typing outÂ 





p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo}
span.s1 {color: #480085}
span.s2 {color: #e90000}



[myArray addObject:person 1];13 times how would you use a for loop to do it ?I triedÂ 








p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; min-height: 13.0px}
span.s1 {color: #d200a5}
span.s2 {color: #3900de}
span.s3 {color: #480085}
span.s4 {color: #e90000}
span.Apple-tab-span {white-space:pre}



for (i=1;i&lt;=13; i++) {
		
		[myArray addObject:person+i];
	}but this obviously wont work just wondering what the syntax is to append the variable i to person ?Cheers</description>
		<content:encoded><![CDATA[<p>Great Tutorial Thanks.</p>
<p>firstly sorry about the colours.I was just wondering instead of typing outÂ </p>
<p>p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo}<br />
span.s1 {color: #480085}<br />
span.s2 {color: #e90000}</p>
<p>[myArray addObject:person 1];13 times how would you use a for loop to do it ?I triedÂ </p>
<p>p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo}<br />
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; min-height: 13.0px}<br />
span.s1 {color: #d200a5}<br />
span.s2 {color: #3900de}<br />
span.s3 {color: #480085}<br />
span.s4 {color: #e90000}<br />
span.Apple-tab-span {white-space:pre}</p>
<p>for (i=1;i&lt;=13; i++) {</p>
<p>		[myArray addObject:person+i];<br />
	}but this obviously wont work just wondering what the syntax is to append the variable i to person ?Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Singh</title>
		<link>http://www.icodeblog.com/2009/06/29/objective-c-20-an-intro-part-2/#comment-6137</link>
		<dc:creator>Singh</dc:creator>
		<pubDate>Mon, 18 Apr 2011 01:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1008#comment-6137</guid>
		<description>Very helpful tutorial for getting started</description>
		<content:encoded><![CDATA[<p>Very helpful tutorial for getting started</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Funk</title>
		<link>http://www.icodeblog.com/2009/06/29/objective-c-20-an-intro-part-2/#comment-5948</link>
		<dc:creator>Steve Funk</dc:creator>
		<pubDate>Wed, 06 Apr 2011 02:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1008#comment-5948</guid>
		<description>Collin,  great job.  Even though this is now two years old I got a lot out of it as a new Objective-C programmer.  You have a great way of walking through things with, in my opinion, a great balance between informative and fun.  Thanks very much and don&#039;t stop making them! </description>
		<content:encoded><![CDATA[<p>Collin,  great job.  Even though this is now two years old I got a lot out of it as a new Objective-C programmer.  You have a great way of walking through things with, in my opinion, a great balance between informative and fun.  Thanks very much and don&#8217;t stop making them!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amacaninch</title>
		<link>http://www.icodeblog.com/2009/06/29/objective-c-20-an-intro-part-2/#comment-5813</link>
		<dc:creator>amacaninch</dc:creator>
		<pubDate>Sun, 27 Mar 2011 06:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1008#comment-5813</guid>
		<description>The video link does not seem to be working...</description>
		<content:encoded><![CDATA[<p>The video link does not seem to be working&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Kork</title>
		<link>http://www.icodeblog.com/2009/06/29/objective-c-20-an-intro-part-2/#comment-2945</link>
		<dc:creator>Michael Kork</dc:creator>
		<pubDate>Mon, 12 Apr 2010 22:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1008#comment-2945</guid>
		<description>Great tutorial.. I have some general questions.
What is the difference between @class and @implementation.. When do we need one of them or both.. I&#039;m confused..</description>
		<content:encoded><![CDATA[<p>Great tutorial.. I have some general questions.<br />
What is the difference between @class and @implementation.. When do we need one of them or both.. I&#8217;m confused..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent</title>
		<link>http://www.icodeblog.com/2009/06/29/objective-c-20-an-intro-part-2/#comment-2944</link>
		<dc:creator>Kent</dc:creator>
		<pubDate>Wed, 19 Aug 2009 17:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1008#comment-2944</guid>
		<description>Cool piece here. Learned a lot from it. You see, this should be the approach for starters. Doing a new language means being oriented with the basics like reserve words, pre-defined methods, etc... The moment you&#039;re familiar already with the terms, and you can pitch in your stock knowledge, then it wouldn&#039;t be a hard thing for you to move on and feel comfortable with it.</description>
		<content:encoded><![CDATA[<p>Cool piece here. Learned a lot from it. You see, this should be the approach for starters. Doing a new language means being oriented with the basics like reserve words, pre-defined methods, etc&#8230; The moment you&#8217;re familiar already with the terms, and you can pitch in your stock knowledge, then it wouldn&#8217;t be a hard thing for you to move on and feel comfortable with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vince</title>
		<link>http://www.icodeblog.com/2009/06/29/objective-c-20-an-intro-part-2/#comment-2943</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Thu, 06 Aug 2009 10:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1008#comment-2943</guid>
		<description>I assume that at some point you cover variable allocation and DEallocation.  Great tutorials so far!</description>
		<content:encoded><![CDATA[<p>I assume that at some point you cover variable allocation and DEallocation.  Great tutorials so far!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

