<?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 for [iPhoneDev central];</title>
	<atom:link href="http://www.iphonedevcentral.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iphonedevcentral.com</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>Comment on Hello UITableView! 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>Comment on Hello UITableView! 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>Comment on Hello UITableView! 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>Comment on Hello UITableView! 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>Comment on Create a Detail View Page using UIImageView, UITextView and UILabel by Fraise</title>
		<link>http://www.iphonedevcentral.com/create-a-detail-view-page-using-uiimageview-uitextview-and-uilabel/comment-page-1/#comment-2811</link>
		<dc:creator>Fraise</dc:creator>
		<pubDate>Thu, 24 Jun 2010 14:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=105#comment-2811</guid>
		<description>Hi !
I would want to know HOW I can make a REQUEST,
for testData.plist can show only : Genre = Action
And where I must put this code line ?
Thanks very much

Best regards
Excuse my bad english !!!</description>
		<content:encoded><![CDATA[<p>Hi !<br />
I would want to know HOW I can make a REQUEST,<br />
for testData.plist can show only : Genre = Action<br />
And where I must put this code line ?<br />
Thanks very much</p>
<p>Best regards<br />
Excuse my bad english !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello UITableView! 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>Comment on Hello UITableView! 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>Comment on Create Indexed UITableView by JFalcon</title>
		<link>http://www.iphonedevcentral.com/indexed-uitableview-tutorial/comment-page-1/#comment-2383</link>
		<dc:creator>JFalcon</dc:creator>
		<pubDate>Thu, 27 May 2010 23:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=145#comment-2383</guid>
		<description>Vladamir,
Thank you so much for this &quot;Create Indexed UITableView&quot; tutorial.  It is excellent.  Also thank you for publishing the source code.  It would be great to extend it or make an additional tutorial that would also include searching on the Tableview.  Again.. Thank you!

JFalcon</description>
		<content:encoded><![CDATA[<p>Vladamir,<br />
Thank you so much for this &#8220;Create Indexed UITableView&#8221; tutorial.  It is excellent.  Also thank you for publishing the source code.  It would be great to extend it or make an additional tutorial that would also include searching on the Tableview.  Again.. Thank you!</p>
<p>JFalcon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello UITableView! 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>Comment on Create a Detail View Page using UIImageView, UITextView and UILabel by anthony</title>
		<link>http://www.iphonedevcentral.com/create-a-detail-view-page-using-uiimageview-uitextview-and-uilabel/comment-page-1/#comment-1818</link>
		<dc:creator>anthony</dc:creator>
		<pubDate>Wed, 10 Mar 2010 15:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=105#comment-1818</guid>
		<description>Thanks for the info. Is it possible to have a text wrap around the image? Like typical word document or magazine article?</description>
		<content:encoded><![CDATA[<p>Thanks for the info. Is it possible to have a text wrap around the image? Like typical word document or magazine article?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
