<?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: Hello UITableView!</title>
	<atom:link href="http://www.iphonedevcentral.com/hello-uitableview/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iphonedevcentral.com/hello-uitableview/</link>
	<description></description>
	<lastBuildDate>Sat, 24 Jul 2010 18:38:30 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vladimir Olexa</title>
		<link>http://www.iphonedevcentral.com/hello-uitableview/comment-page-1/#comment-3181</link>
		<dc:creator>Vladimir Olexa</dc:creator>
		<pubDate>Sat, 24 Jul 2010 18:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=15#comment-3181</guid>
		<description>Hmm, I tried to recreate the crash but was unable to no matter where I tap. Can you share exactly what you&#039;re doing to make it crash?</description>
		<content:encoded><![CDATA[<p>Hmm, I tried to recreate the crash but was unable to no matter where I tap. Can you share exactly what you&#8217;re doing to make it crash?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.iphonedevcentral.com/hello-uitableview/comment-page-1/#comment-3174</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 24 Jul 2010 09:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=15#comment-3174</guid>
		<description>The program crashes on me when I run it and click on a table view.. any ideas why?</description>
		<content:encoded><![CDATA[<p>The program crashes on me when I run it and click on a table view.. any ideas why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Olexa</title>
		<link>http://www.iphonedevcentral.com/hello-uitableview/comment-page-1/#comment-2991</link>
		<dc:creator>Vladimir Olexa</dc:creator>
		<pubDate>Wed, 07 Jul 2010 04:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=15#comment-2991</guid>
		<description>Hmm, I can&#039;t replicate this on my computer. What SDK version do you use? I haven&#039;t looked at the code in a while but I would assume dao isn&#039;t initialized when libraryCount is being called on it. I&#039;ll check it out and see what&#039;s going on. Thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>Hmm, I can&#8217;t replicate this on my computer. What SDK version do you use? I haven&#8217;t looked at the code in a while but I would assume dao isn&#8217;t initialized when libraryCount is being called on it. I&#8217;ll check it out and see what&#8217;s going on. Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Burton</title>
		<link>http://www.iphonedevcentral.com/hello-uitableview/comment-page-1/#comment-2945</link>
		<dc:creator>Michael Burton</dc:creator>
		<pubDate>Fri, 02 Jul 2010 22:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=15#comment-2945</guid>
		<description>This is a great tutorial. But I&#039;m having a problem with it. (I&#039;ve just done the first portion - not the detail controller section)
It is throwing an NS Exception. 
It seems to be caused by the numberOfRowsInSection method. If I have that method return a fixed integer, then the app works correctly. When I used the code:

return [dao libraryCount];

It locks up. Any ideas?</description>
		<content:encoded><![CDATA[<p>This is a great tutorial. But I&#8217;m having a problem with it. (I&#8217;ve just done the first portion &#8211; not the detail controller section)<br />
It is throwing an NS Exception.<br />
It seems to be caused by the numberOfRowsInSection method. If I have that method return a fixed integer, then the app works correctly. When I used the code:</p>
<p>return [dao libraryCount];</p>
<p>It locks up. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Olexa</title>
		<link>http://www.iphonedevcentral.com/hello-uitableview/comment-page-1/#comment-2697</link>
		<dc:creator>Vladimir Olexa</dc:creator>
		<pubDate>Wed, 16 Jun 2010 04:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=15#comment-2697</guid>
		<description>You need to handle JSON yourself, there are no built-in APIs to handle it (as of yet). There are few open-source libraries out there that do a lot of parsing for you. The most popular is JSON Framework (on Google code).</description>
		<content:encoded><![CDATA[<p>You need to handle JSON yourself, there are no built-in APIs to handle it (as of yet). There are few open-source libraries out there that do a lot of parsing for you. The most popular is JSON Framework (on Google code).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael R</title>
		<link>http://www.iphonedevcentral.com/hello-uitableview/comment-page-1/#comment-2691</link>
		<dc:creator>Michael R</dc:creator>
		<pubDate>Tue, 15 Jun 2010 22:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=15#comment-2691</guid>
		<description>Thanks,

Does anyone have an Idea of how to use JSON returned data instead of a plist? 

Is this truly a ManagedObject?</description>
		<content:encoded><![CDATA[<p>Thanks,</p>
<p>Does anyone have an Idea of how to use JSON returned data instead of a plist? </p>
<p>Is this truly a ManagedObject?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mxi1</title>
		<link>http://www.iphonedevcentral.com/hello-uitableview/comment-page-1/#comment-2292</link>
		<dc:creator>mxi1</dc:creator>
		<pubDate>Wed, 19 May 2010 07:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=15#comment-2292</guid>
		<description>That&#039;s very useful to me, Thank you!</description>
		<content:encoded><![CDATA[<p>That&#8217;s very useful to me, Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ndgiang84</title>
		<link>http://www.iphonedevcentral.com/hello-uitableview/comment-page-1/#comment-1696</link>
		<dc:creator>ndgiang84</dc:creator>
		<pubDate>Wed, 24 Feb 2010 17:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=15#comment-1696</guid>
		<description>Excellent tutorials.</description>
		<content:encoded><![CDATA[<p>Excellent tutorials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SteveTheSultan</title>
		<link>http://www.iphonedevcentral.com/hello-uitableview/comment-page-1/#comment-1628</link>
		<dc:creator>SteveTheSultan</dc:creator>
		<pubDate>Sun, 14 Feb 2010 14:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=15#comment-1628</guid>
		<description>Great tutorials.  Better than the 30.00 books I bought.  Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Great tutorials.  Better than the 30.00 books I bought.  Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [iPhoneDev central]; &#187; Blog Archive &#187; Create a Detail View Page using UIImageView, UITextView and UILabel</title>
		<link>http://www.iphonedevcentral.com/hello-uitableview/comment-page-1/#comment-107</link>
		<dc:creator>[iPhoneDev central]; &#187; Blog Archive &#187; Create a Detail View Page using UIImageView, UITextView and UILabel</dc:creator>
		<pubDate>Mon, 24 Aug 2009 01:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=15#comment-107</guid>
		<description>[...] this tutorial on the previous two so if you haven&#8217;t checked them out yet, you can see the first one here and the second one here. You can also download the source code on the bottom of each [...]</description>
		<content:encoded><![CDATA[<p>[...] this tutorial on the previous two so if you haven&#8217;t checked them out yet, you can see the first one here and the second one here. You can also download the source code on the bottom of each [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
