<?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>Mon, 23 Jan 2012 12:00:05 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Malin</title>
		<link>http://www.iphonedevcentral.com/hello-uitableview/comment-page-1/#comment-19679</link>
		<dc:creator>Malin</dc:creator>
		<pubDate>Sat, 21 Jan 2012 00:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=15#comment-19679</guid>
		<description>Thanks for the tutorial. I had a question though. How do you go about creating a Table that you add text into? For example I want to create a simple journal program that I have &#039;+&#039; at the top to add the &#039;title for entry&#039; and then can enter in text. Press the &#039;save&#039; button and it exits out of edit mode. When I hit the &#039;back&#039; button, it goes back to the main screen where it added an entry to the main table view. 

I can get a Tableview but having a hell of time trying to make it dynamic.

Thank for your time.</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial. I had a question though. How do you go about creating a Table that you add text into? For example I want to create a simple journal program that I have &#8216;+&#8217; at the top to add the &#8216;title for entry&#8217; and then can enter in text. Press the &#8217;save&#8217; button and it exits out of edit mode. When I hit the &#8216;back&#8217; button, it goes back to the main screen where it added an entry to the main table view. </p>
<p>I can get a Tableview but having a hell of time trying to make it dynamic.</p>
<p>Thank for your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nishant Singh</title>
		<link>http://www.iphonedevcentral.com/hello-uitableview/comment-page-1/#comment-17245</link>
		<dc:creator>Nishant Singh</dc:creator>
		<pubDate>Mon, 28 Nov 2011 07:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=15#comment-17245</guid>
		<description>Sir,

No doubt it is nice tutorial I really appreciate.
Can anybody tell me if I want to increase the height of &quot;release date cell&quot;. Its urgent Thanks a ton in advance.

Thanks
Nishant Singh
er.nishant11@gmail.com</description>
		<content:encoded><![CDATA[<p>Sir,</p>
<p>No doubt it is nice tutorial I really appreciate.<br />
Can anybody tell me if I want to increase the height of &#8220;release date cell&#8221;. Its urgent Thanks a ton in advance.</p>
<p>Thanks<br />
Nishant Singh<br />
<a href="mailto:er.nishant11@gmail.com">er.nishant11@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hafedh</title>
		<link>http://www.iphonedevcentral.com/hello-uitableview/comment-page-1/#comment-8304</link>
		<dc:creator>hafedh</dc:creator>
		<pubDate>Tue, 01 Mar 2011 17:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=15#comment-8304</guid>
		<description>Nice work. Even it&#039;s not up to date but still really helpful. Thanks and waiting for new tuts</description>
		<content:encoded><![CDATA[<p>Nice work. Even it&#8217;s not up to date but still really helpful. Thanks and waiting for new tuts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Olexa</title>
		<link>http://www.iphonedevcentral.com/hello-uitableview/comment-page-1/#comment-8242</link>
		<dc:creator>Vladimir Olexa</dc:creator>
		<pubDate>Sun, 27 Feb 2011 22:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=15#comment-8242</guid>
		<description>When you&#039;re copying and pasting, make sure you unescape all HTML elements (&quot;&amp;&quot; should just be &quot;&amp;&quot;, etc). It&#039;s best to download the completed project and work from there as you go through the tutorial.</description>
		<content:encoded><![CDATA[<p>When you&#8217;re copying and pasting, make sure you unescape all HTML elements (&#8221;&amp;&#8221; should just be &#8220;&#038;&#8221;, etc). It&#8217;s best to download the completed project and work from there as you go through the tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://www.iphonedevcentral.com/hello-uitableview/comment-page-1/#comment-8239</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Sun, 27 Feb 2011 19:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.iphonedevcentral.com/?p=15#comment-8239</guid>
		<description>Hi,

I dont know why we I run the program an error said &#039;amp undeclared&#039; for the below method?


- (NSDictionary *)libraryItemAtIndex:(int)index {
    return (libraryContent != nil &amp;&amp; [libraryContent count] &gt; 0 &amp;&amp; index &lt; [libraryContent count])
        ? [libraryContent objectAtIndex:index]
        : nil;
}</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I dont know why we I run the program an error said &#8216;amp undeclared&#8217; for the below method?</p>
<p>- (NSDictionary *)libraryItemAtIndex:(int)index {<br />
    return (libraryContent != nil &amp;&amp; [libraryContent count] &gt; 0 &amp;&amp; index &lt; [libraryContent count])<br />
        ? [libraryContent objectAtIndex:index]<br />
        : nil;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>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>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>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>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>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>
</channel>
</rss>

