<?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 &#8211; Populating UITableView With An NSArray</title>
	<atom:link href="http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/feed/" rel="self" type="application/rss+xml" />
	<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/</link>
	<description>iPhone Programming Tutorials</description>
	<lastBuildDate>Tue, 07 Sep 2010 14:34:04 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: jeno</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-6334</link>
		<dc:creator>jeno</dc:creator>
		<pubDate>Mon, 06 Sep 2010 08:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-6334</guid>
		<description>Hello,

I was wondering if I can put the NSMutableArray in Fruit.m file instead of putting it in the Delegate file? That way I would know what I have in Fruit object.

Thanks,
Jeno</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I was wondering if I can put the NSMutableArray in Fruit.m file instead of putting it in the Delegate file? That way I would know what I have in Fruit object.</p>
<p>Thanks,<br />
Jeno</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Code &#039;n&#039; Colors &#187; Blog Archive &#187; iPad Programming Tutorial – Hello World++</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-6308</link>
		<dc:creator>Code &#039;n&#039; Colors &#187; Blog Archive &#187; iPad Programming Tutorial – Hello World++</dc:creator>
		<pubDate>Sun, 29 Aug 2010 11:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-6308</guid>
		<description>[...] project will be based on one of my earliest tutorials that displayed a list of fruit in a UITableView and drilled down when they were selected.  We will be expanding on that example [...]</description>
		<content:encoded><![CDATA[<p>[...] project will be based on one of my earliest tutorials that displayed a list of fruit in a UITableView and drilled down when they were selected.  We will be expanding on that example [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-6302</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 27 Aug 2010 19:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-6302</guid>
		<description>It is really sad when people make demands and they aren&#039;t even being asked to pay for this developer&#039;s service to the developer community. Learn to be just a little humble people.</description>
		<content:encoded><![CDATA[<p>It is really sad when people make demands and they aren&#8217;t even being asked to pay for this developer&#8217;s service to the developer community. Learn to be just a little humble people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shiva</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-6287</link>
		<dc:creator>Shiva</dc:creator>
		<pubDate>Tue, 24 Aug 2010 18:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-6287</guid>
		<description>Thanks for this whole iCodeBlog series of tutorials - better than most books!
I am late to this tutorial and iphone programming.... but better late than never, eh? :-)

Here is my question:
I get the code part - the controllers, xibs etc..  and after the last few tutorials and other docs I can generalize the learnings into &quot;rules&quot; such as &quot;if you have a variable, you need to create a @property in the .h file and a @synthesize in the .m file&quot; etc.... 

What I am having a hard time grasping is this whole drag and connect in interface builder... Sometimes you drag from the view inspector to File&#039;s owner, sometimes from the actual view to the View box in the Controller window... This drag-and-connect has me a bit confused and I am unable to generalize this in the form of rules I can learn (like above). 

Can you provide some writeup about this? Or point me somewhere which has a lucid description of this? (there might be a tutorial further ahead in your site - if so I just havent gotten to it - if you can point me to that one that will also be great)

Thanks again!!

Regards
-Shiva</description>
		<content:encoded><![CDATA[<p>Thanks for this whole iCodeBlog series of tutorials &#8211; better than most books!<br />
I am late to this tutorial and iphone programming&#8230;. but better late than never, eh? <img src='http://icodeblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Here is my question:<br />
I get the code part &#8211; the controllers, xibs etc..  and after the last few tutorials and other docs I can generalize the learnings into &#8220;rules&#8221; such as &#8220;if you have a variable, you need to create a @property in the .h file and a @synthesize in the .m file&#8221; etc&#8230;. </p>
<p>What I am having a hard time grasping is this whole drag and connect in interface builder&#8230; Sometimes you drag from the view inspector to File&#8217;s owner, sometimes from the actual view to the View box in the Controller window&#8230; This drag-and-connect has me a bit confused and I am unable to generalize this in the form of rules I can learn (like above). </p>
<p>Can you provide some writeup about this? Or point me somewhere which has a lucid description of this? (there might be a tutorial further ahead in your site &#8211; if so I just havent gotten to it &#8211; if you can point me to that one that will also be great)</p>
<p>Thanks again!!</p>
<p>Regards<br />
-Shiva</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Thompson</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-6204</link>
		<dc:creator>Alex Thompson</dc:creator>
		<pubDate>Sat, 14 Aug 2010 17:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-6204</guid>
		<description>How do I open this in a new version of Xcode? All I get is &quot;Base SDK Missing&quot;</description>
		<content:encoded><![CDATA[<p>How do I open this in a new version of Xcode? All I get is &#8220;Base SDK Missing&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iOS4 Jailbreak &#187; iPad Programming Tutorial – Hello World++</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-6004</link>
		<dc:creator>iOS4 Jailbreak &#187; iPad Programming Tutorial – Hello World++</dc:creator>
		<pubDate>Thu, 29 Jul 2010 10:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-6004</guid>
		<description>[...] project will be based on one of my earliest tutorials that displayed a list of fruit in a UITableView and drilled down when they were selected.  We will be expanding on that example [...]</description>
		<content:encoded><![CDATA[<p>[...] project will be based on one of my earliest tutorials that displayed a list of fruit in a UITableView and drilled down when they were selected.  We will be expanding on that example [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gurpreet Singh</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5958</link>
		<dc:creator>Gurpreet Singh</dc:creator>
		<pubDate>Sat, 24 Jul 2010 06:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5958</guid>
		<description>Yes RSS would be an great idea!</description>
		<content:encoded><![CDATA[<p>Yes RSS would be an great idea!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5847</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 13 Jul 2010 16:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5847</guid>
		<description>Massive thumbs down for the pngs!</description>
		<content:encoded><![CDATA[<p>Massive thumbs down for the pngs!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhanesh</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5669</link>
		<dc:creator>dhanesh</dc:creator>
		<pubDate>Thu, 24 Jun 2010 21:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5669</guid>
		<description>hey this is very nice code of UITableview in the i phone application i am get very nice knowledge fro this example thanks budy that you can put this example with the all image and also run the application with its output</description>
		<content:encoded><![CDATA[<p>hey this is very nice code of UITableview in the i phone application i am get very nice knowledge fro this example thanks budy that you can put this example with the all image and also run the application with its output</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPad Programming Tutorial – Hello World++ &#171; Apple iPhone app Soft</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5661</link>
		<dc:creator>iPad Programming Tutorial – Hello World++ &#171; Apple iPhone app Soft</dc:creator>
		<pubDate>Thu, 24 Jun 2010 00:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5661</guid>
		<description>[...] project will be based on one of my earliest tutorials that displayed a list of fruit in a UITableView and drilled down when they were selected.  We will be expanding on that example [...]</description>
		<content:encoded><![CDATA[<p>[...] project will be based on one of my earliest tutorials that displayed a list of fruit in a UITableView and drilled down when they were selected.  We will be expanding on that example [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roger</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5648</link>
		<dc:creator>roger</dc:creator>
		<pubDate>Tue, 22 Jun 2010 03:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5648</guid>
		<description>what kind of abnormal creates a site about code and put the code as images? amazing... 10 thumbs down!</description>
		<content:encoded><![CDATA[<p>what kind of abnormal creates a site about code and put the code as images? amazing&#8230; 10 thumbs down!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5620</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Wed, 16 Jun 2010 14:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5620</guid>
		<description>For some reason, the pictures in the page don&#039;t show up on an iPad, there is just a grey area there.  However, you can click on the grey area and the new window does open with the picture.  Strange...</description>
		<content:encoded><![CDATA[<p>For some reason, the pictures in the page don&#8217;t show up on an iPad, there is just a grey area there.  However, you can click on the grey area and the new window does open with the picture.  Strange&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5615</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Tue, 15 Jun 2010 20:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5615</guid>
		<description>I would suggest that you will learn much more if you enter the code, not copying and pasting.  You might as well just download the final project and run it, well almost :)</description>
		<content:encoded><![CDATA[<p>I would suggest that you will learn much more if you enter the code, not copying and pasting.  You might as well just download the final project and run it, well almost <img src='http://icodeblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5614</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Tue, 15 Jun 2010 20:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5614</guid>
		<description>One more thing.  UITableViewCell setText is now depricated and not supported in iOS 4, so you should now use:
cell.textLabel.text = f.name;

thanks again...</description>
		<content:encoded><![CDATA[<p>One more thing.  UITableViewCell setText is now depricated and not supported in iOS 4, so you should now use:<br />
cell.textLabel.text = f.name;</p>
<p>thanks again&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5613</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Tue, 15 Jun 2010 19:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5613</guid>
		<description>Thanks a lot.  Your tutorials are great.  I just wanted to mention that you have the 
@synthesize fruitView;
line in the RootViewController.m file before you add it to the .h file and so causes a build error.  I just remmed it out until later when you actually do add the fruitView.</description>
		<content:encoded><![CDATA[<p>Thanks a lot.  Your tutorials are great.  I just wanted to mention that you have the<br />
@synthesize fruitView;<br />
line in the RootViewController.m file before you add it to the .h file and so causes a build error.  I just remmed it out until later when you actually do add the fruitView.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy625@aol.com</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5606</link>
		<dc:creator>Roy625@aol.com</dc:creator>
		<pubDate>Mon, 14 Jun 2010 00:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5606</guid>
		<description>Is it possible to do this from a p-list?  If so, will it be a faster running code than making a bunch of controllers and and switching the view of the RootViewController, or wold it be exactly the same, speed-wise?  I am hoping displaying a View will be faster than displaying a controllerview.  I am writing an app that has a lot of different pages of text to display, but it runs too slow for my liking.

The code all the way below will switch a View Controller via a p-list by switching the name of the controller in the line of code...    rvc.view = viewController.view;     
and adding a new case #...       case 1: {
				RootViewController *rvc = [[RootViewController alloc] 

so switching  &quot;rvc.view = viewController.view;&quot; to &quot;rvc.view = secondviewController.view;&quot;
and adding a Case 2 enables you to switch between these two views depending on the users selection

if([Children count] == 0) {
		NSInteger ViewNumber = [[dictionary objectForKey:@&quot;View&quot;] integerValue];
		switch (ViewNumber) {
			case 1: {
				RootViewController *rvc = [[RootViewController alloc] initWithNibName:@&quot;RootViewController&quot; bundle:[NSBundle mainBundle]];
				//Switch the view here
				rvc.view = viewController.view;
				[self.navigationController pushViewController:rvc animated:YES];
				[rvc release];
				}
				break;</description>
		<content:encoded><![CDATA[<p>Is it possible to do this from a p-list?  If so, will it be a faster running code than making a bunch of controllers and and switching the view of the RootViewController, or wold it be exactly the same, speed-wise?  I am hoping displaying a View will be faster than displaying a controllerview.  I am writing an app that has a lot of different pages of text to display, but it runs too slow for my liking.</p>
<p>The code all the way below will switch a View Controller via a p-list by switching the name of the controller in the line of code&#8230;    rvc.view = viewController.view;<br />
and adding a new case #&#8230;       case 1: {<br />
				RootViewController *rvc = [[RootViewController alloc] </p>
<p>so switching  &#8220;rvc.view = viewController.view;&#8221; to &#8220;rvc.view = secondviewController.view;&#8221;<br />
and adding a Case 2 enables you to switch between these two views depending on the users selection</p>
<p>if([Children count] == 0) {<br />
		NSInteger ViewNumber = [[dictionary objectForKey:@"View"] integerValue];<br />
		switch (ViewNumber) {<br />
			case 1: {<br />
				RootViewController *rvc = [[RootViewController alloc] initWithNibName:@&#8221;RootViewController&#8221; bundle:[NSBundle mainBundle]];<br />
				//Switch the view here<br />
				rvc.view = viewController.view;<br />
				[self.navigationController pushViewController:rvc animated:YES];<br />
				[rvc release];<br />
				}<br />
				break;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5596</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 10 Jun 2010 08:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5596</guid>
		<description>You have a point that it seems misleading, Rob. But the standard way is to define the nib file to be the same as it&#039;s controller. So that you don&#039;t get lost when you have multiple nibs.</description>
		<content:encoded><![CDATA[<p>You have a point that it seems misleading, Rob. But the standard way is to define the nib file to be the same as it&#8217;s controller. So that you don&#8217;t get lost when you have multiple nibs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dids</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5588</link>
		<dc:creator>Dids</dc:creator>
		<pubDate>Tue, 08 Jun 2010 17:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5588</guid>
		<description>Thanks for this great guide!

I&#039;m running on the latest version of XCode (+ iPhone OS 3.1.3) and ran into some problems.
I took &quot;description&quot; and sort of cloned it to bring more data in.

Currently the app crashes when I select a cell, GDB says it&#039;s got something to do with the &#039;initWithName:bundle:&#039;, since it can&#039;t find a method like that.

That particular line is currently: FruitViewController *viewController = [[FruitViewController alloc] initWithName:@&quot;FruitViewController&quot; bundle:[NSBundle mainBundle]];

Has there been changes that are causing this? Feels like XCode doesn&#039;t know what the &quot;bundle&quot; is, as that wasn&#039;t mentioned in this article.

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Thanks for this great guide!</p>
<p>I&#8217;m running on the latest version of XCode (+ iPhone OS 3.1.3) and ran into some problems.<br />
I took &#8220;description&#8221; and sort of cloned it to bring more data in.</p>
<p>Currently the app crashes when I select a cell, GDB says it&#8217;s got something to do with the &#8216;initWithName:bundle:&#8217;, since it can&#8217;t find a method like that.</p>
<p>That particular line is currently: FruitViewController *viewController = [[FruitViewController alloc] initWithName:@&#8221;FruitViewController&#8221; bundle:[NSBundle mainBundle]];</p>
<p>Has there been changes that are causing this? Feels like XCode doesn&#8217;t know what the &#8220;bundle&#8221; is, as that wasn&#8217;t mentioned in this article.</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blue Lion</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5560</link>
		<dc:creator>Blue Lion</dc:creator>
		<pubDate>Mon, 31 May 2010 16:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5560</guid>
		<description>Brandon,

    Thanks for the great tutorial.  As someone who hasn&#039;t programmed in years and is just learning object oriented programming on iPhone, your tutorials are the most complete I&#039;ve found.  I&#039;m currently about half way through the Apple Dev Intro vids.  Great stuff there.  Don&#039;t sweat the comments about having to type the code in.  Typing the code in does teach two important things.  First, you don&#039;t really know the syntax of a language until you have to type it in over and over again.  Of course, the basic syntax comes quickly, but thankfully XCode goes a long way in helping avoid unnecessary typing.  Second, the fact of the matter is that typing in the code WILL cause several syntax errors that you will get to find when you compile/run.  While this may be a pain in the butt, it&#039;s invaluable in your education learning out each part of the system works.  

Thanks again.  BTW, I&#039;m glad I&#039;m not the first one to notice you need to release each fruit object you make after you put them together into the array in FruitAppDelegate.m.

The Blue Lion</description>
		<content:encoded><![CDATA[<p>Brandon,</p>
<p>    Thanks for the great tutorial.  As someone who hasn&#8217;t programmed in years and is just learning object oriented programming on iPhone, your tutorials are the most complete I&#8217;ve found.  I&#8217;m currently about half way through the Apple Dev Intro vids.  Great stuff there.  Don&#8217;t sweat the comments about having to type the code in.  Typing the code in does teach two important things.  First, you don&#8217;t really know the syntax of a language until you have to type it in over and over again.  Of course, the basic syntax comes quickly, but thankfully XCode goes a long way in helping avoid unnecessary typing.  Second, the fact of the matter is that typing in the code WILL cause several syntax errors that you will get to find when you compile/run.  While this may be a pain in the butt, it&#8217;s invaluable in your education learning out each part of the system works.  </p>
<p>Thanks again.  BTW, I&#8217;m glad I&#8217;m not the first one to notice you need to release each fruit object you make after you put them together into the array in FruitAppDelegate.m.</p>
<p>The Blue Lion</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valentin</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5537</link>
		<dc:creator>Valentin</dc:creator>
		<pubDate>Thu, 27 May 2010 22:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5537</guid>
		<description>Will be great if you continue this tutorial with a RSS parse from a XML file.... (maybe a news paper or somthing)</description>
		<content:encoded><![CDATA[<p>Will be great if you continue this tutorial with a RSS parse from a XML file&#8230;. (maybe a news paper or somthing)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPad Programming Tutorial – Hello World++ &#171; Sivasankar&#39;s Blog</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5529</link>
		<dc:creator>iPad Programming Tutorial – Hello World++ &#171; Sivasankar&#39;s Blog</dc:creator>
		<pubDate>Tue, 25 May 2010 11:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5529</guid>
		<description>[...] project will be based on one of my earliest tutorials that displayed a list of fruit in a UITableView and drilled down when they were selected. &#160;We will be expanding on that [...]</description>
		<content:encoded><![CDATA[<p>[...] project will be based on one of my earliest tutorials that displayed a list of fruit in a UITableView and drilled down when they were selected. &nbsp;We will be expanding on that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Galtthyboaphozy</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5456</link>
		<dc:creator>Galtthyboaphozy</dc:creator>
		<pubDate>Tue, 18 May 2010 17:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5456</guid>
		<description>Подбор текстов хороший удачный, помещу сайт в избранное.</description>
		<content:encoded><![CDATA[<p>Подбор текстов хороший удачный, помещу сайт в избранное.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5406</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 12 May 2010 18:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5406</guid>
		<description>I got it to work fine.  One change: The author names the view &quot;FruitViewController.xib&quot; which I think is misleading since the controller is named the same name.  I called it FruitUIView since the view is not a controller.</description>
		<content:encoded><![CDATA[<p>I got it to work fine.  One change: The author names the view &#8220;FruitViewController.xib&#8221; which I think is misleading since the controller is named the same name.  I called it FruitUIView since the view is not a controller.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Hakin</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5277</link>
		<dc:creator>Richard Hakin</dc:creator>
		<pubDate>Thu, 22 Apr 2010 22:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5277</guid>
		<description>There is a major fault with this code.  It does not work. If you key this is exactly the app will crash the simulator. If you download the code and examine it you can see there are extra section in the downloaded code around awakening NIB files that is not in this version and it runs on.</description>
		<content:encoded><![CDATA[<p>There is a major fault with this code.  It does not work. If you key this is exactly the app will crash the simulator. If you download the code and examine it you can see there are extra section in the downloaded code around awakening NIB files that is not in this version and it runs on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: preeti j</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5209</link>
		<dc:creator>preeti j</dc:creator>
		<pubDate>Fri, 16 Apr 2010 12:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5209</guid>
		<description>Nice Tut! Thanx a lot..!!</description>
		<content:encoded><![CDATA[<p>Nice Tut! Thanx a lot..!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ejaa</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5047</link>
		<dc:creator>ejaa</dc:creator>
		<pubDate>Wed, 07 Apr 2010 10:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5047</guid>
		<description>This is such a good tutoriall for beginner and student like me :D


i got problem when i combine this project with my own project. 

My project seems like this, i created an application with multiviews app. From one of the views, i have some buttons and one button that i want to connect to next view which is as example shown in this example. I copied all codes in FruitsViewAppDelegate into my project AppDelegate, being like this: 

----

- (void)applicationDidFinishLaunching:(UIApplication *)application{ {

    // Override point for customization after application launch
   [window makeKeyAndVisible];
FirstViewController *oView =[[FirstViewController alloc] initWithNibName:@&quot;FirstViewController&quot; bundle:nil];
self.firstView =oView;
[window addSubview: firstView.view];
//	[window addSubview: nTraining.view];
[oView release];
}

	{
	
	
	Info *apple      = [[Info  alloc] initWithName:@&quot;Course Benefit&quot; description:@&quot;The aim of this IPv6 training program is to give in depth information on the transition from IPv4 to IPv6 and expose the participants on the technical expertise needed in the deployment of IPv6 in the organizations network while CNP6 course concentrates in porting IPv4 based applications to IPv6 and writing IPv6 based applications.&quot;];
	Info  *orange     = [[Info  alloc] initWithName:@&quot;Who should attend?&quot; description:@&quot;CNE6 is ideal for network administrators, network support personnel, network designers, networking consultants, IT managers and directors.    CNP6 is ideal for network programmers, network designers, networking consultants, IT managers and directors. &quot;];
	Info  *watermelon = [[Info  alloc] initWithName:@&quot;Training Approach&quot; description:@&quot;Instructor - Led Training: Set in an interactive classroom environment, the instructor will introduce concepts and guide students with detailed explanations and interesting examples to meet the student&#039;s expectation and requirements and at the same time keep the students engaged.              Hands - On Lab: Step by step hand - on labs with detailed instructions and guide are provided to reinforce all key concepts. It allows the student to reinforce concepts by performing the tasks they have just learned. &quot;];
		
		NSMutableArray *fruitArray = [[NSMutableArray alloc] initWithObjects:apple,orange,watermelon,nil];
		self.fruits = fruitArray;
		[fruitArray release];
		
		// Configure and show the window
	//	[window1 addSubview: info.view];
		
		[window1 addSubview:[navigationController view]];
	[window1 makeKeyAndVisible];}
		
		
}
----------------------------------------------------
all those RootViewController i copied also with Fruit.h.
The project was sucessful without any errors.
The window with table is shown, but when i want to click to one of the rows, nothing happened.

Can u help me :D</description>
		<content:encoded><![CDATA[<p>This is such a good tutoriall for beginner and student like me <img src='http://icodeblog.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>i got problem when i combine this project with my own project. </p>
<p>My project seems like this, i created an application with multiviews app. From one of the views, i have some buttons and one button that i want to connect to next view which is as example shown in this example. I copied all codes in FruitsViewAppDelegate into my project AppDelegate, being like this: </p>
<p>&#8212;-</p>
<p>- (void)applicationDidFinishLaunching:(UIApplication *)application{ {</p>
<p>    // Override point for customization after application launch<br />
   [window makeKeyAndVisible];<br />
FirstViewController *oView =[[FirstViewController alloc] initWithNibName:@&#8221;FirstViewController&#8221; bundle:nil];<br />
self.firstView =oView;<br />
[window addSubview: firstView.view];<br />
//	[window addSubview: nTraining.view];<br />
[oView release];<br />
}</p>
<p>	{</p>
<p>	Info *apple      = [[Info  alloc] initWithName:@&#8221;Course Benefit&#8221; description:@&#8221;The aim of this IPv6 training program is to give in depth information on the transition from IPv4 to IPv6 and expose the participants on the technical expertise needed in the deployment of IPv6 in the organizations network while CNP6 course concentrates in porting IPv4 based applications to IPv6 and writing IPv6 based applications.&#8221;];<br />
	Info  *orange     = [[Info  alloc] initWithName:@&#8221;Who should attend?&#8221; description:@&#8221;CNE6 is ideal for network administrators, network support personnel, network designers, networking consultants, IT managers and directors.    CNP6 is ideal for network programmers, network designers, networking consultants, IT managers and directors. &#8220;];<br />
	Info  *watermelon = [[Info  alloc] initWithName:@&#8221;Training Approach&#8221; description:@&#8221;Instructor &#8211; Led Training: Set in an interactive classroom environment, the instructor will introduce concepts and guide students with detailed explanations and interesting examples to meet the student&#8217;s expectation and requirements and at the same time keep the students engaged.              Hands &#8211; On Lab: Step by step hand &#8211; on labs with detailed instructions and guide are provided to reinforce all key concepts. It allows the student to reinforce concepts by performing the tasks they have just learned. &#8220;];</p>
<p>		NSMutableArray *fruitArray = [[NSMutableArray alloc] initWithObjects:apple,orange,watermelon,nil];<br />
		self.fruits = fruitArray;<br />
		[fruitArray release];</p>
<p>		// Configure and show the window<br />
	//	[window1 addSubview: info.view];</p>
<p>		[window1 addSubview:[navigationController view]];<br />
	[window1 makeKeyAndVisible];}</p>
<p>}<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
all those RootViewController i copied also with Fruit.h.<br />
The project was sucessful without any errors.<br />
The window with table is shown, but when i want to click to one of the rows, nothing happened.</p>
<p>Can u help me <img src='http://icodeblog.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhoneGeek 爱疯极客 &#187; iPad 编程教程 &#8211; Hello World++</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-5044</link>
		<dc:creator>iPhoneGeek 爱疯极客 &#187; iPad 编程教程 &#8211; Hello World++</dc:creator>
		<pubDate>Wed, 07 Apr 2010 05:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-5044</guid>
		<description>[...] 此项目将基于使用UITableView显示水果列表教程 。我们将扩展其中一个范例，如下所示： [...]</description>
		<content:encoded><![CDATA[<p>[...] 此项目将基于使用UITableView显示水果列表教程 。我们将扩展其中一个范例，如下所示： [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fluvly</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-4839</link>
		<dc:creator>fluvly</dc:creator>
		<pubDate>Mon, 08 Mar 2010 14:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-4839</guid>
		<description>Question about importing:

I saw that Fruit.h has been imported in both RootViewController.m and FruitAppDelegate.m - since FruitAppDelegate has been imported in RootViewController (and viceversa), shouldn&#039;t it be enough to import Fruit.h only in one of those 2 files?

Thank you for any help! (And thanks for these tutorials, they&#039;re great.)</description>
		<content:encoded><![CDATA[<p>Question about importing:</p>
<p>I saw that Fruit.h has been imported in both RootViewController.m and FruitAppDelegate.m &#8211; since FruitAppDelegate has been imported in RootViewController (and viceversa), shouldn&#8217;t it be enough to import Fruit.h only in one of those 2 files?</p>
<p>Thank you for any help! (And thanks for these tutorials, they&#8217;re great.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodion Baskakov</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-4835</link>
		<dc:creator>Rodion Baskakov</dc:creator>
		<pubDate>Mon, 08 Mar 2010 03:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-4835</guid>
		<description>The best tutorial on UITableView and UINavigationController ever! Thank you very much!</description>
		<content:encoded><![CDATA[<p>The best tutorial on UITableView and UINavigationController ever! Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VIKI</title>
		<link>http://icodeblog.com/2008/08/08/iphone-programming-tutorial-populating-uitableview-with-an-nsarray/comment-page-6/#comment-4772</link>
		<dc:creator>VIKI</dc:creator>
		<pubDate>Mon, 01 Mar 2010 18:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=196#comment-4772</guid>
		<description>Hi

Please modify the tutorial by adding pictures to it. Waiting for the next tutorial.

thanks in advance
Viki</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Please modify the tutorial by adding pictures to it. Waiting for the next tutorial.</p>
<p>thanks in advance<br />
Viki</p>
]]></content:encoded>
	</item>
</channel>
</rss>
