<?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>Mon, 30 Aug 2010 22:32:04 -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-3782</link>
		<dc:creator>Vladimir Olexa</dc:creator>
		<pubDate>Mon, 30 Aug 2010 22:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=15#comment-3782</guid>
		<description>If you want to connect to an external data source and then somehow process the data you have receiver, I&#039;d look into the NSURLConnection class. It allows for asynchronous file downloads and you can then be notified about the progress via several useful delegate methods (didReceiveData, didFailWithError, connectionDidFinishLoading). Once you&#039;re data have been downloaded, you can process it however you need to.</description>
		<content:encoded><![CDATA[<p>If you want to connect to an external data source and then somehow process the data you have receiver, I&#8217;d look into the NSURLConnection class. It allows for asynchronous file downloads and you can then be notified about the progress via several useful delegate methods (didReceiveData, didFailWithError, connectionDidFinishLoading). Once you&#8217;re data have been downloaded, you can process it however you need to.</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-3781</link>
		<dc:creator>Vladimir Olexa</dc:creator>
		<pubDate>Mon, 30 Aug 2010 22:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=15#comment-3781</guid>
		<description>Hmm, I&#039;ll have to look into it. Thanks for the comment.</description>
		<content:encoded><![CDATA[<p>Hmm, I&#8217;ll have to look into it. Thanks for the comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello UITableView! by fetu</title>
		<link>http://www.iphonedevcentral.com/hello-uitableview/comment-page-1/#comment-3497</link>
		<dc:creator>fetu</dc:creator>
		<pubDate>Thu, 12 Aug 2010 02:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=15#comment-3497</guid>
		<description>Thanks for your great tutorial.

When I check in 4.0 Simulator, First tab goes well to the detail view, but after going back to the table view, the app turns off.

How can I solve this problem?

Best Regard
fetu</description>
		<content:encoded><![CDATA[<p>Thanks for your great tutorial.</p>
<p>When I check in 4.0 Simulator, First tab goes well to the detail view, but after going back to the table view, the app turns off.</p>
<p>How can I solve this problem?</p>
<p>Best Regard<br />
fetu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello UITableView! by Robin Slierendregt</title>
		<link>http://www.iphonedevcentral.com/hello-uitableview/comment-page-1/#comment-3404</link>
		<dc:creator>Robin Slierendregt</dc:creator>
		<pubDate>Sat, 07 Aug 2010 20:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=15#comment-3404</guid>
		<description>Great Tutorial, Very helpful.
But. There is always a but, if we make things custom, sorry about it. 
i looking for a answer within you tutorial to load the testdata.plist for a URL.
I Know its possible, with initWithContentsOfURL: but i have really not idea how to use this in you tutorial.
a helping hand, with some implemented code examples, where to use this method would be very very nice.
i&#039;m looking forward to see your reaction.

Best Regard
Robin.</description>
		<content:encoded><![CDATA[<p>Great Tutorial, Very helpful.<br />
But. There is always a but, if we make things custom, sorry about it.<br />
i looking for a answer within you tutorial to load the testdata.plist for a URL.<br />
I Know its possible, with initWithContentsOfURL: but i have really not idea how to use this in you tutorial.<br />
a helping hand, with some implemented code examples, where to use this method would be very very nice.<br />
i&#8217;m looking forward to see your reaction.</p>
<p>Best Regard<br />
Robin.</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-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>
</channel>
</rss>
