<?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 Tutorial: NSArray</title>
	<atom:link href="http://www.icodeblog.com/2009/08/26/objective-c-tutorial-nsarray/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icodeblog.com/2009/08/26/objective-c-tutorial-nsarray/</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: phil</title>
		<link>http://www.icodeblog.com/2009/08/26/objective-c-tutorial-nsarray/#comment-9018</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Mon, 19 Dec 2011 22:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1268#comment-9018</guid>
		<description>You should find a new workplace if you want somewhere to surf the web all day.</description>
		<content:encoded><![CDATA[<p>You should find a new workplace if you want somewhere to surf the web all day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AppAli</title>
		<link>http://www.icodeblog.com/2009/08/26/objective-c-tutorial-nsarray/#comment-8818</link>
		<dc:creator>AppAli</dc:creator>
		<pubDate>Sun, 20 Nov 2011 06:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1268#comment-8818</guid>
		<description>Sorry, but I can&#039;t access the URL you mentioned (http://icodeblog.com/wp-content/uploads/2009/08/foo.plist). Please help.</description>
		<content:encoded><![CDATA[<p>Sorry, but I can&#8217;t access the URL you mentioned (<a href="http://icodeblog.com/wp-content/uploads/2009/08/foo.plist" rel="nofollow">http://icodeblog.com/wp-content/uploads/2009/08/foo.plist</a>). Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirby</title>
		<link>http://www.icodeblog.com/2009/08/26/objective-c-tutorial-nsarray/#comment-8420</link>
		<dc:creator>Kirby</dc:creator>
		<pubDate>Wed, 26 Oct 2011 03:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1268#comment-8420</guid>
		<description>SAFE FOR WORK websites are importat these days.... moron</description>
		<content:encoded><![CDATA[<p>SAFE FOR WORK websites are importat these days&#8230;. moron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juliANO</title>
		<link>http://www.icodeblog.com/2009/08/26/objective-c-tutorial-nsarray/#comment-8200</link>
		<dc:creator>juliANO</dc:creator>
		<pubDate>Fri, 07 Oct 2011 19:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1268#comment-8200</guid>
		<description>thanks. really helpful!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>thanks. really helpful!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Tan</title>
		<link>http://www.icodeblog.com/2009/08/26/objective-c-tutorial-nsarray/#comment-7278</link>
		<dc:creator>Daniel Tan</dc:creator>
		<pubDate>Tue, 26 Jul 2011 20:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1268#comment-7278</guid>
		<description>You can only add object to an array using addObject method.
Consider this example: allocate new array, and new NSNumber containing float number, and add it to array
-------------
NSArray* _numbers = [[NSArray alloc] init];

NSNumber* number = [NSNumber numberWithFloat:3.0f];
[_numbers addObject:number];</description>
		<content:encoded><![CDATA[<p>You can only add object to an array using addObject method.<br />
Consider this example: allocate new array, and new NSNumber containing float number, and add it to array<br />
&#8212;&#8212;&#8212;&#8212;-<br />
NSArray* _numbers = [[NSArray alloc] init];</p>
<p>NSNumber* number = [NSNumber numberWithFloat:3.0f];<br />
[_numbers addObject:number];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Tan</title>
		<link>http://www.icodeblog.com/2009/08/26/objective-c-tutorial-nsarray/#comment-7279</link>
		<dc:creator>Daniel Tan</dc:creator>
		<pubDate>Tue, 26 Jul 2011 20:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1268#comment-7279</guid>
		<description>You can only add object to an array using addObject method.
Consider this example: allocate new array, and new NSNumber containing float number, and add it to array
-------------
NSArray* _numbers = [[NSArray alloc] init];

NSNumber* number = [NSNumber numberWithFloat:3.0f];
[_numbers addObject:number];</description>
		<content:encoded><![CDATA[<p>You can only add object to an array using addObject method.<br />
Consider this example: allocate new array, and new NSNumber containing float number, and add it to array<br />
&#8212;&#8212;&#8212;&#8212;-<br />
NSArray* _numbers = [[NSArray alloc] init];</p>
<p>NSNumber* number = [NSNumber numberWithFloat:3.0f];<br />
[_numbers addObject:number];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Molineux</title>
		<link>http://www.icodeblog.com/2009/08/26/objective-c-tutorial-nsarray/#comment-7053</link>
		<dc:creator>Doug Molineux</dc:creator>
		<pubDate>Sat, 02 Jul 2011 03:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1268#comment-7053</guid>
		<description>Hey, thanks a lot for this, it helped my understanding of arrays a lot! One thing that I still need to learn is how to add an object to an array, otherwise this is a very useful resource, thank you!</description>
		<content:encoded><![CDATA[<p>Hey, thanks a lot for this, it helped my understanding of arrays a lot! One thing that I still need to learn is how to add an object to an array, otherwise this is a very useful resource, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacky Chan</title>
		<link>http://www.icodeblog.com/2009/08/26/objective-c-tutorial-nsarray/#comment-6506</link>
		<dc:creator>Jacky Chan</dc:creator>
		<pubDate>Wed, 18 May 2011 10:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1268#comment-6506</guid>
		<description>Good day,
 I hva a problem that an array is defined with 12 items but 
 Obj * obj = [[a objectAtindex:index.row] 
1 record display only.</description>
		<content:encoded><![CDATA[<p>Good day,<br />
 I hva a problem that an array is defined with 12 items but<br />
 Obj * obj = [[a objectAtindex:index.row]<br />
1 record display only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacky Chan</title>
		<link>http://www.icodeblog.com/2009/08/26/objective-c-tutorial-nsarray/#comment-6507</link>
		<dc:creator>Jacky Chan</dc:creator>
		<pubDate>Wed, 18 May 2011 10:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1268#comment-6507</guid>
		<description>Good day,
 I hva a problem that an array is defined with 12 items but 
 Obj * obj = [[a objectAtindex:index.row] 
1 record display only.</description>
		<content:encoded><![CDATA[<p>Good day,<br />
 I hva a problem that an array is defined with 12 items but<br />
 Obj * obj = [[a objectAtindex:index.row]<br />
1 record display only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webweb</title>
		<link>http://www.icodeblog.com/2009/08/26/objective-c-tutorial-nsarray/#comment-6042</link>
		<dc:creator>Webweb</dc:creator>
		<pubDate>Wed, 13 Apr 2011 21:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1268#comment-6042</guid>
		<description>no one cares about what you have to say! clown</description>
		<content:encoded><![CDATA[<p>no one cares about what you have to say! clown</p>
]]></content:encoded>
	</item>
</channel>
</rss>

