<?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; UITableView Hello World</title>
	<atom:link href="/2008/07/26/iphone-programming-tutorial-hello-world/feed/" rel="self" type="application/rss+xml" />
	<link>http://icodeblog.com/2008/07/26/iphone-programming-tutorial-hello-world/</link>
	<description>iPhone Programming Tutorials</description>
	<lastBuildDate>Tue, 31 Mar 2015 14:02:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.4</generator>
	<item>
		<title>By: Venkatesh Pachigulla</title>
		<link>http://icodeblog.com/2008/07/26/iphone-programming-tutorial-hello-world/#comment-9599</link>
		<dc:creator><![CDATA[Venkatesh Pachigulla]]></dc:creator>
		<pubDate>Sat, 29 Dec 2012 12:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=30#comment-9599</guid>
		<description><![CDATA[For Ios Developers the main thing is UI Controls..

here somebody Provided a nice document on UI Controls..

&lt;a href=&#039;http://iosbricks.blogspot.in/2012/12/ui-controlsuikit-framework-reference.html&#039; rel=&quot;nofollow&quot;&gt;UI Controls&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>For Ios Developers the main thing is UI Controls..</p>
<p>here somebody Provided a nice document on UI Controls..</p>
<p><a href='http://iosbricks.blogspot.in/2012/12/ui-controlsuikit-framework-reference.html' rel="nofollow">UI Controls</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkatesh Pachigulla</title>
		<link>http://icodeblog.com/2008/07/26/iphone-programming-tutorial-hello-world/#comment-9598</link>
		<dc:creator><![CDATA[Venkatesh Pachigulla]]></dc:creator>
		<pubDate>Sat, 29 Dec 2012 12:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=30#comment-9598</guid>
		<description><![CDATA[&lt;a href=&#039;www.iosbricks.logspot.com&#039; rel=&quot;nofollow&quot;&gt;uikit framework reference&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p><a href='www.iosbricks.logspot.com' rel="nofollow">uikit framework reference</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dddddd</title>
		<link>http://icodeblog.com/2008/07/26/iphone-programming-tutorial-hello-world/#comment-8979</link>
		<dc:creator><![CDATA[Dddddd]]></dc:creator>
		<pubDate>Tue, 13 Dec 2011 11:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=30#comment-8979</guid>
		<description><![CDATA[junk material....]]></description>
		<content:encoded><![CDATA[<p>junk material&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tommygun</title>
		<link>http://icodeblog.com/2008/07/26/iphone-programming-tutorial-hello-world/#comment-8790</link>
		<dc:creator><![CDATA[tommygun]]></dc:creator>
		<pubDate>Wed, 16 Nov 2011 18:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=30#comment-8790</guid>
		<description><![CDATA[How do you allow the user to add their own people to the table?]]></description>
		<content:encoded><![CDATA[<p>How do you allow the user to add their own people to the table?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankita Gupta</title>
		<link>http://icodeblog.com/2008/07/26/iphone-programming-tutorial-hello-world/#comment-7753</link>
		<dc:creator><![CDATA[Ankita Gupta]]></dc:creator>
		<pubDate>Thu, 18 Aug 2011 12:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=30#comment-7753</guid>
		<description><![CDATA[Really very Good source for the topic...]]></description>
		<content:encoded><![CDATA[<p>Really very Good source for the topic&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhaskararama Kattamuri</title>
		<link>http://icodeblog.com/2008/07/26/iphone-programming-tutorial-hello-world/#comment-7696</link>
		<dc:creator><![CDATA[Bhaskararama Kattamuri]]></dc:creator>
		<pubDate>Tue, 16 Aug 2011 05:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=30#comment-7696</guid>
		<description><![CDATA[When i build this in XCODE 4.0.2,i got 3 errors like below,
1.&#039;autorelease&#039; is unavailable: not available in automatic reference countingÂ  mode
2.Automatic Reference Counting forbids explicit message send of &#039;autorelease&#039;
3.Lexical or Preprocessor issue --clang failed with exit code1
and two warnings are as follows,
1.&#039;initWithFrame:reuseIdentrifier:&#039; is deprecated
2.&#039;setText:&#039; is deprecated

what should we do to rectify these errors.

Thank you]]></description>
		<content:encoded><![CDATA[<p>When i build this in XCODE 4.0.2,i got 3 errors like below,<br />
1.&#8217;autorelease&#8217; is unavailable: not available in automatic reference countingÂ  mode<br />
2.Automatic Reference Counting forbids explicit message send of &#8216;autorelease&#8217;<br />
3.Lexical or Preprocessor issue &#8211;clang failed with exit code1<br />
and two warnings are as follows,<br />
1.&#8217;initWithFrame:reuseIdentrifier:&#8217; is deprecated<br />
2.&#8217;setText:&#8217; is deprecated</p>
<p>what should we do to rectify these errors.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://icodeblog.com/2008/07/26/iphone-programming-tutorial-hello-world/#comment-6926</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Sat, 25 Jun 2011 16:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=30#comment-6926</guid>
		<description><![CDATA[iPhone, iPad &amp; iPodTouch apps development learning portal
http://iworldzz.wordpress.com/...]]></description>
		<content:encoded><![CDATA[<p>iPhone, iPad &amp; iPodTouch apps development learning portal<br />
<a href="http://iworldzz.wordpress.com/" rel="nofollow">http://iworldzz.wordpress.com/</a>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smartsanja</title>
		<link>http://icodeblog.com/2008/07/26/iphone-programming-tutorial-hello-world/#comment-6872</link>
		<dc:creator><![CDATA[Smartsanja]]></dc:creator>
		<pubDate>Wed, 22 Jun 2011 03:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=30#comment-6872</guid>
		<description><![CDATA[iPhone, iPad &amp; iPodTouch apps development learning portal
http://iworldzz.wordpress.com/2011/06/18/lets-say-hello-wolrd-from-iphone/ ]]></description>
		<content:encoded><![CDATA[<p>iPhone, iPad &amp; iPodTouch apps development learning portal<br />
<a href="http://iworldzz.wordpress.com/2011/06/18/lets-say-hello-wolrd-from-iphone/" rel="nofollow">http://iworldzz.wordpress.com/2011/06/18/lets-say-hello-wolrd-from-iphone/</a> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kishore Chidipudi</title>
		<link>http://icodeblog.com/2008/07/26/iphone-programming-tutorial-hello-world/#comment-6616</link>
		<dc:creator><![CDATA[Kishore Chidipudi]]></dc:creator>
		<pubDate>Tue, 31 May 2011 16:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=30#comment-6616</guid>
		<description><![CDATA[Nice and clear, I enjoyed writing Hello World from this blog :)Â ]]></description>
		<content:encoded><![CDATA[<p>Nice and clear, I enjoyed writing Hello World from this blog :)Â </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrizio Prosperi</title>
		<link>http://icodeblog.com/2008/07/26/iphone-programming-tutorial-hello-world/#comment-6587</link>
		<dc:creator><![CDATA[Fabrizio Prosperi]]></dc:creator>
		<pubDate>Sun, 29 May 2011 03:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=30#comment-6587</guid>
		<description><![CDATA[Thank you for this, I plan to read all the others.Â 

To give something back, update it for 3.0:Â Â  Â Â [[cell textLabel] setText:@&quot;Hello World&quot;];]]></description>
		<content:encoded><![CDATA[<p>Thank you for this, I plan to read all the others.Â </p>
<p>To give something back, update it for 3.0:Â Â  Â Â [[cell textLabel] setText:@&#8221;Hello World&#8221;];</p>
]]></content:encoded>
	</item>
</channel>
</rss>
