<?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; {Part 1} UITableView using NSArray</title>
	<atom:link href="http://adeem.me/blog/2009/05/19/iphone-programming-tutorial-part-1-uitableview-using-nsarray/feed/" rel="self" type="application/rss+xml" />
	<link>http://adeem.me/blog/2009/05/19/iphone-programming-tutorial-part-1-uitableview-using-nsarray/</link>
	<description>Help to build mobile applications for Apple Store</description>
	<lastBuildDate>Mon, 14 Jun 2010 12:56:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Annie</title>
		<link>http://adeem.me/blog/2009/05/19/iphone-programming-tutorial-part-1-uitableview-using-nsarray/comment-page-1/#comment-1170</link>
		<dc:creator>Annie</dc:creator>
		<pubDate>Thu, 11 Feb 2010 15:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=319#comment-1170</guid>
		<description>Hi! this is a great tutorial. Great job!!! 

I was wondering if there is a way to load the UITable from a flat file.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->Hi! this is a great tutorial. Great job!!! </p>
<p>I was wondering if there is a way to load the UITable from a flat file.<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn</title>
		<link>http://adeem.me/blog/2009/05/19/iphone-programming-tutorial-part-1-uitableview-using-nsarray/comment-page-1/#comment-1164</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Sun, 07 Feb 2010 21:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=319#comment-1164</guid>
		<description>Thanx for the tutorial Adeem!

I&#039;ve got one question, what means the &#039;static&#039; for the cell identifier? If I remove &#039;static&#039; it does not seem to make any difference.

Keep up the good work</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->Thanx for the tutorial Adeem!</p>
<p>I&#8217;ve got one question, what means the &#8216;static&#8217; for the cell identifier? If I remove &#8216;static&#8217; it does not seem to make any difference.</p>
<p>Keep up the good work<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Calumk</title>
		<link>http://adeem.me/blog/2009/05/19/iphone-programming-tutorial-part-1-uitableview-using-nsarray/comment-page-1/#comment-1143</link>
		<dc:creator>Calumk</dc:creator>
		<pubDate>Sat, 23 Jan 2010 14:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=319#comment-1143</guid>
		<description>Yes, @Ben is right, 
this fixes the problem that @Sling was having, 
Also, just incase anyone knows.. why are we calling it arryData not arrayData?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->Yes, @Ben is right,<br />
this fixes the problem that @Sling was having,<br />
Also, just incase anyone knows.. why are we calling it arryData not arrayData?<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myke</title>
		<link>http://adeem.me/blog/2009/05/19/iphone-programming-tutorial-part-1-uitableview-using-nsarray/comment-page-1/#comment-1131</link>
		<dc:creator>Myke</dc:creator>
		<pubDate>Sat, 09 Jan 2010 13:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=319#comment-1131</guid>
		<description>Hi,
having an issue, followed everything correctly, but when I run the Application on the simulator it crashes and then tells me I have EXC_BAD_ACCESS, no errors, just that message. 

I&#039;ve checked all auto releases etc, but can&#039;t find anything, help would be great.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->Hi,<br />
having an issue, followed everything correctly, but when I run the Application on the simulator it crashes and then tells me I have EXC_BAD_ACCESS, no errors, just that message. </p>
<p>I&#8217;ve checked all auto releases etc, but can&#8217;t find anything, help would be great.<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://adeem.me/blog/2009/05/19/iphone-programming-tutorial-part-1-uitableview-using-nsarray/comment-page-1/#comment-1130</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Sat, 09 Jan 2010 01:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=319#comment-1130</guid>
		<description>You have been very thorough in your treatment of the TableView, however a TableView by itself is not of much use. It must eventually lead to something, I am assuming usually a DetailView. 

Could you possibly add a tutorial on how to get your TableViews to Open DetailViews and how to populate those DetailViews with data, say for instance, an image of that item, a text box with text about that particular Item, and a Label of that item.

Cheers.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->You have been very thorough in your treatment of the TableView, however a TableView by itself is not of much use. It must eventually lead to something, I am assuming usually a DetailView. </p>
<p>Could you possibly add a tutorial on how to get your TableViews to Open DetailViews and how to populate those DetailViews with data, say for instance, an image of that item, a text box with text about that particular Item, and a Label of that item.</p>
<p>Cheers.<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://adeem.me/blog/2009/05/19/iphone-programming-tutorial-part-1-uitableview-using-nsarray/comment-page-1/#comment-1113</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Sat, 02 Jan 2010 19:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=319#comment-1113</guid>
		<description>i think you missed this from the .m

Change 


- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
	return 1;	
}

to

- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
	return [arryData count];	
}</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->i think you missed this from the .m</p>
<p>Change </p>
<p>- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {<br />
	return 1;<br />
}</p>
<p>to</p>
<p>- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {<br />
	return [arryData count];<br />
}<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://adeem.me/blog/2009/05/19/iphone-programming-tutorial-part-1-uitableview-using-nsarray/comment-page-1/#comment-1111</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 29 Dec 2009 17:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=319#comment-1111</guid>
		<description>I am posting here because the new tutorial has no area to add, but can you explain how to extract info from a plist file. My plist looks something like this:

root             Dictionary       32 Items
   Apple       Array                3   Items
       Item0   String               Red
       Item1   Number           1
       Item2   String               Produce

I am looking to populate a NSNumber and  NSStrings when they choose Apple. I hope I made sense, but there is not a lot out there on the file structure of plists and how to extract that data into my app.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->I am posting here because the new tutorial has no area to add, but can you explain how to extract info from a plist file. My plist looks something like this:</p>
<p>root             Dictionary       32 Items<br />
   Apple       Array                3   Items<br />
       Item0   String               Red<br />
       Item1   Number           1<br />
       Item2   String               Produce</p>
<p>I am looking to populate a NSNumber and  NSStrings when they choose Apple. I hope I made sense, but there is not a lot out there on the file structure of plists and how to extract that data into my app.<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amol</title>
		<link>http://adeem.me/blog/2009/05/19/iphone-programming-tutorial-part-1-uitableview-using-nsarray/comment-page-1/#comment-1102</link>
		<dc:creator>amol</dc:creator>
		<pubDate>Fri, 18 Dec 2009 14:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=319#comment-1102</guid>
		<description>Hi nice tutorial. But I want two tables in the same view.
How this can be achieved.
any advice.

Thanks
amol</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->Hi nice tutorial. But I want two tables in the same view.<br />
How this can be achieved.<br />
any advice.</p>
<p>Thanks<br />
amol<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romka</title>
		<link>http://adeem.me/blog/2009/05/19/iphone-programming-tutorial-part-1-uitableview-using-nsarray/comment-page-1/#comment-1088</link>
		<dc:creator>Romka</dc:creator>
		<pubDate>Thu, 03 Dec 2009 20:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=319#comment-1088</guid>
		<description>Great tutorial, my first experience! Struggled a while though:
numberOfRowsInSection should return 4 at most in this case (this wasn&#039;t mentioned, otherwise only one row will show), 5 and more would make the code stumble on the nil at the end of the array, so array.length or something similar should be used there. Also ...ViewController.h defines the array as arryData when you copy it off the tutorial, same thing with arry in the viewDidLoad method.

Hopefully this helps someone else struggling and keep them from being discouraged. Remember, every good programmer&#039;s strength is in the debugging.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->Great tutorial, my first experience! Struggled a while though:<br />
numberOfRowsInSection should return 4 at most in this case (this wasn&#8217;t mentioned, otherwise only one row will show), 5 and more would make the code stumble on the nil at the end of the array, so array.length or something similar should be used there. Also &#8230;ViewController.h defines the array as arryData when you copy it off the tutorial, same thing with arry in the viewDidLoad method.</p>
<p>Hopefully this helps someone else struggling and keep them from being discouraged. Remember, every good programmer&#8217;s strength is in the debugging.<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eddy</title>
		<link>http://adeem.me/blog/2009/05/19/iphone-programming-tutorial-part-1-uitableview-using-nsarray/comment-page-1/#comment-1047</link>
		<dc:creator>eddy</dc:creator>
		<pubDate>Fri, 07 Aug 2009 15:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=319#comment-1047</guid>
		<description>Thnx Adeem

But the text does not match the video. The text that i should insert contains in the video some more after UIViewController and u type it between 

so i guess the text explain is missing some code, right?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->Thnx Adeem</p>
<p>But the text does not match the video. The text that i should insert contains in the video some more after UIViewController and u type it between </p>
<p>so i guess the text explain is missing some code, right?<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
</channel>
</rss>
