<?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 Programming Tutorial â€“ Populating UITableView With An NSArray</title>
	<atom:link href="http://www.icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-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: Marcusmilne</title>
		<link>http://www.icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/#comment-9168</link>
		<dc:creator>Marcusmilne</dc:creator>
		<pubDate>Tue, 31 Jan 2012 09:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-9168</guid>
		<description>Can&#039;t believe this worked for me with first compile! haha! so rare. Â Thanx for the great tutorials mate. X-code development is not Â intuitive at all so without these tutes I&#039;m stuffed</description>
		<content:encoded><![CDATA[<p>Can&#8217;t believe this worked for me with first compile! haha! so rare. Â Thanx for the great tutorials mate. X-code development is not Â intuitive at all so without these tutes I&#8217;m stuffed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrLongLeggedMacDaddy</title>
		<link>http://www.icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/#comment-9149</link>
		<dc:creator>MrLongLeggedMacDaddy</dc:creator>
		<pubDate>Sat, 21 Jan 2012 17:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-9149</guid>
		<description>god dam it im not reading all this -_- just tell me how to read and display a text file on xcode, also while your at it, tell me where to put code in

good work</description>
		<content:encoded><![CDATA[<p>god dam it im not reading all this -_- just tell me how to read and display a text file on xcode, also while your at it, tell me where to put code in</p>
<p>good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cegiela</title>
		<link>http://www.icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/#comment-9073</link>
		<dc:creator>Cegiela</dc:creator>
		<pubDate>Sat, 31 Dec 2011 19:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-9073</guid>
		<description>I guess you people weren&#039;t around five years ago when you had to buy books to learn how to code. it&#039;s free dude. It&#039;s one thing to request a change. But this is just spoiled brattery.</description>
		<content:encoded><![CDATA[<p>I guess you people weren&#8217;t around five years ago when you had to buy books to learn how to code. it&#8217;s free dude. It&#8217;s one thing to request a change. But this is just spoiled brattery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cegiela</title>
		<link>http://www.icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/#comment-9072</link>
		<dc:creator>Cegiela</dc:creator>
		<pubDate>Sat, 31 Dec 2011 19:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-9072</guid>
		<description>Would you like your money back? We could also send someone over to wipe your butt and tie your shoe laces. </description>
		<content:encoded><![CDATA[<p>Would you like your money back? We could also send someone over to wipe your butt and tie your shoe laces.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JZ</title>
		<link>http://www.icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/#comment-8369</link>
		<dc:creator>JZ</dc:creator>
		<pubDate>Sun, 23 Oct 2011 01:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-8369</guid>
		<description>Thank you very much for the tutorial. Â I could not find one on the detail view elsewhere. You are most talented!

</description>
		<content:encoded><![CDATA[<p>Thank you very much for the tutorial. Â I could not find one on the detail view elsewhere. You are most talented!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdr2000</title>
		<link>http://www.icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/#comment-8157</link>
		<dc:creator>jdr2000</dc:creator>
		<pubDate>Thu, 29 Sep 2011 20:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-8157</guid>
		<description>I just found this tutorial...great example of pulling together many common/useful concepts at once. Â One piece I like is allocating your &quot;static data&quot; table (the fruit definitions) from within the app delegate. Â This is naturally a singleton, as is the app delegate, so it&#039;s logical to store them in FruitAppDelegate and reference them using [[UIApplication sharedApplication] delegate].

I have a similar UITableView design that I&#039;m putting together, but with arrays of singleton custom objects (with static data). Â Think fruit-like object data to match your example (name=banana, color=yellow, shape=curved). Â Then users can instantiate their own NSDictionary data that links to each static object by key but assigns dynamic data by value (key=banana, value=$0.49/pound). Â I then pull both together in the table. Â But what I like is how you use the delegate to store that once without duplication.</description>
		<content:encoded><![CDATA[<p>I just found this tutorial&#8230;great example of pulling together many common/useful concepts at once. Â One piece I like is allocating your &#8220;static data&#8221; table (the fruit definitions) from within the app delegate. Â This is naturally a singleton, as is the app delegate, so it&#8217;s logical to store them in FruitAppDelegate and reference them using [[UIApplication sharedApplication] delegate].</p>
<p>I have a similar UITableView design that I&#8217;m putting together, but with arrays of singleton custom objects (with static data). Â Think fruit-like object data to match your example (name=banana, color=yellow, shape=curved). Â Then users can instantiate their own NSDictionary data that links to each static object by key but assigns dynamic data by value (key=banana, value=$0.49/pound). Â I then pull both together in the table. Â But what I like is how you use the delegate to store that once without duplication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankita Gupta</title>
		<link>http://www.icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/#comment-7500</link>
		<dc:creator>Ankita Gupta</dc:creator>
		<pubDate>Thu, 04 Aug 2011 23:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-7500</guid>
		<description>Great work man keep blogging....</description>
		<content:encoded><![CDATA[<p>Great work man keep blogging&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankita Gupta</title>
		<link>http://www.icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/#comment-7499</link>
		<dc:creator>Ankita Gupta</dc:creator>
		<pubDate>Thu, 04 Aug 2011 23:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-7499</guid>
		<description>Great work dude keep blogging... Â :)</description>
		<content:encoded><![CDATA[<p>Great work dude keep blogging&#8230; Â :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Smith</title>
		<link>http://www.icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/#comment-7134</link>
		<dc:creator>John Smith</dc:creator>
		<pubDate>Thu, 14 Jul 2011 22:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-7134</guid>
		<description>I just got ONE error msg when I try to build.Â It&#039;s in FruitAppDelegate.m

&quot;Type of property &#039;window&#039; does not match type of ivar &#039;window&#039;

And two warnings:

&quot;NSMutableArray may not respond to -addSubview&quot;

plus

&quot;NSMutableArray may not respond to makeKeyAndVisible

Please help me, I tried to solve it all night...Â 

&lt;/3</description>
		<content:encoded><![CDATA[<p>I just got ONE error msg when I try to build.Â It&#8217;s in FruitAppDelegate.m</p>
<p>&#8220;Type of property &#8216;window&#8217; does not match type of ivar &#8216;window&#8217;</p>
<p>And two warnings:</p>
<p>&#8220;NSMutableArray may not respond to -addSubview&#8221;</p>
<p>plus</p>
<p>&#8220;NSMutableArray may not respond to makeKeyAndVisible</p>
<p>Please help me, I tried to solve it all night&#8230;Â </p>
<p>&lt;/3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vu_phuong07</title>
		<link>http://www.icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/#comment-7080</link>
		<dc:creator>Vu_phuong07</dc:creator>
		<pubDate>Wed, 06 Jul 2011 12:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-7080</guid>
		<description>thank for share code, i do this but i am not write any app useful axample ebook app. :(
i want to write app to read txt or ebook but i not find code axample about it.who can help me about FUCTION view ebook or code axample.
send me by email vu_phuong07@yahoo.com
i thanks all
</description>
		<content:encoded><![CDATA[<p>thank for share code, i do this but i am not write any app useful axample ebook app. <img src='http://www.icodeblog.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
i want to write app to read txt or ebook but i not find code axample about it.who can help me about FUCTION view ebook or code axample.<br />
send me by email <a href="mailto:vu_phuong07@yahoo.com">vu_phuong07@yahoo.com</a><br />
i thanks all</p>
]]></content:encoded>
	</item>
</channel>
</rss>

