<?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/"
	xmlns:go='http://ns.gigaom.com/'
xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: iPhone SDK Tutorial: Build a Simple RSS reader for the iPhone</title>
	<atom:link href="http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 16:28:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: prasad</title>
		<link>http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/#comment-594986</link>
		<dc:creator><![CDATA[prasad]]></dc:creator>
		<pubDate>Thu, 17 Feb 2011 14:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=3900#comment-594986</guid>
		<description><![CDATA[really superb, please keep on posting this type of technical documents. This helps me soo much

Thanku  
Prasad]]></description>
		<content:encoded><![CDATA[<p>really superb, please keep on posting this type of technical documents. This helps me soo much</p>
<p>Thanku<br />
Prasad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer Nordwall</title>
		<link>http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/#comment-583492</link>
		<dc:creator><![CDATA[Jennifer Nordwall]]></dc:creator>
		<pubDate>Sun, 30 Jan 2011 16:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=3900#comment-583492</guid>
		<description><![CDATA[Are u freking kidding me?! I cant read this code. Ples copy paste better next time, cus this is fucking hopeless...]]></description>
		<content:encoded><![CDATA[<p>Are u freking kidding me?! I cant read this code. Ples copy paste better next time, cus this is fucking hopeless&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sajid Hussain</title>
		<link>http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/#comment-580728</link>
		<dc:creator><![CDATA[Sajid Hussain]]></dc:creator>
		<pubDate>Tue, 25 Jan 2011 07:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=3900#comment-580728</guid>
		<description><![CDATA[Very Nice thanks for such a helpful tutorial]]></description>
		<content:encoded><![CDATA[<p>Very Nice thanks for such a helpful tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/#comment-577377</link>
		<dc:creator><![CDATA[Tim]]></dc:creator>
		<pubDate>Wed, 19 Jan 2011 02:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=3900#comment-577377</guid>
		<description><![CDATA[Can someone please help me out?

Each time one of the cells is pressed it does not point to the right website. It seems to add an %0A on the end. Otherwise it is fine. I dont know whats wrong because the console outputs the right address.

Any Help Appretiated]]></description>
		<content:encoded><![CDATA[<p>Can someone please help me out?</p>
<p>Each time one of the cells is pressed it does not point to the right website. It seems to add an %0A on the end. Otherwise it is fine. I dont know whats wrong because the console outputs the right address.</p>
<p>Any Help Appretiated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/#comment-575484</link>
		<dc:creator><![CDATA[Praveen]]></dc:creator>
		<pubDate>Fri, 14 Jan 2011 22:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=3900#comment-575484</guid>
		<description><![CDATA[This is a good beginner tutorial.

Thanks,
Praveen]]></description>
		<content:encoded><![CDATA[<p>This is a good beginner tutorial.</p>
<p>Thanks,<br />
Praveen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cvb</title>
		<link>http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/#comment-562328</link>
		<dc:creator><![CDATA[cvb]]></dc:creator>
		<pubDate>Wed, 29 Dec 2010 14:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=3900#comment-562328</guid>
		<description><![CDATA[When running Instruments, I get a leak at this line:
    rssParser = [[[NSXMLParser alloc] initWithContentsOfURL:xmlURL]autorelease];

and here:

    [rssParser parse];

I added the autorelease to try to correct the leak but it did not fix the issue. Any ideas are welcome.]]></description>
		<content:encoded><![CDATA[<p>When running Instruments, I get a leak at this line:<br />
    rssParser = [[[NSXMLParser alloc] initWithContentsOfURL:xmlURL]autorelease];</p>
<p>and here:</p>
<p>    [rssParser parse];</p>
<p>I added the autorelease to try to correct the leak but it did not fix the issue. Any ideas are welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lydia</title>
		<link>http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/#comment-562015</link>
		<dc:creator><![CDATA[Lydia]]></dc:creator>
		<pubDate>Wed, 29 Dec 2010 01:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=3900#comment-562015</guid>
		<description><![CDATA[Hi there,
  I&#039;m trying to build a feature into my app that allows me to select a word - but I have no clue where to begin.... any help?]]></description>
		<content:encoded><![CDATA[<p>Hi there,<br />
  I&#8217;m trying to build a feature into my app that allows me to select a word &#8211; but I have no clue where to begin&#8230;. any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/#comment-526073</link>
		<dc:creator><![CDATA[Doug]]></dc:creator>
		<pubDate>Mon, 29 Nov 2010 01:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=3900#comment-526073</guid>
		<description><![CDATA[yes go to feedburner.com set it up with your feed and then change line 41 of RootViewController.m with your feedburner feed]]></description>
		<content:encoded><![CDATA[<p>yes go to feedburner.com set it up with your feed and then change line 41 of RootViewController.m with your feedburner feed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/#comment-526070</link>
		<dc:creator><![CDATA[Doug]]></dc:creator>
		<pubDate>Mon, 29 Nov 2010 01:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=3900#comment-526070</guid>
		<description><![CDATA[Thank you for the Code I do have it working, but how do you get back to the menu after you click on a link? It opens up in safari and I can&#039;t seem to find a way to get back to the app?

Forgive me if this has been asked before,

Thanks again]]></description>
		<content:encoded><![CDATA[<p>Thank you for the Code I do have it working, but how do you get back to the menu after you click on a link? It opens up in safari and I can&#8217;t seem to find a way to get back to the app?</p>
<p>Forgive me if this has been asked before,</p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r00fus</title>
		<link>http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/#comment-515108</link>
		<dc:creator><![CDATA[r00fus]]></dc:creator>
		<pubDate>Wed, 17 Nov 2010 18:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=3900#comment-515108</guid>
		<description><![CDATA[Lucas, it&#039;s working for me on XCode 3.2.3 with a device still on iOS 4.0 (had to backport it to make it work).  I&#039;m holding off on upgrading XCode until XCode 4.0 hits.]]></description>
		<content:encoded><![CDATA[<p>Lucas, it&#8217;s working for me on XCode 3.2.3 with a device still on iOS 4.0 (had to backport it to make it work).  I&#8217;m holding off on upgrading XCode until XCode 4.0 hits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dav3</title>
		<link>http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/#comment-330538</link>
		<dc:creator><![CDATA[dav3]]></dc:creator>
		<pubDate>Sat, 25 Sep 2010 16:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=3900#comment-330538</guid>
		<description><![CDATA[Someone please help.

I want to parse the XML and fill a subview with the XML-Information. How do I do that?]]></description>
		<content:encoded><![CDATA[<p>Someone please help.</p>
<p>I want to parse the XML and fill a subview with the XML-Information. How do I do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/#comment-330537</link>
		<dc:creator><![CDATA[Don]]></dc:creator>
		<pubDate>Fri, 24 Sep 2010 03:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=3900#comment-330537</guid>
		<description><![CDATA[Could someone help me with this? I can get it to work with the source download but when I put it into my app I can&#039;t set the tableView like the source has. I know I am not missing any of the code. Could it be something with using Root for a different first view and the rss controllers being called something else? If someone could help me out it would be much appreciated.]]></description>
		<content:encoded><![CDATA[<p>Could someone help me with this? I can get it to work with the source download but when I put it into my app I can&#8217;t set the tableView like the source has. I know I am not missing any of the code. Could it be something with using Root for a different first view and the rss controllers being called something else? If someone could help me out it would be much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Park Yeung</title>
		<link>http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/#comment-330536</link>
		<dc:creator><![CDATA[Park Yeung]]></dc:creator>
		<pubDate>Fri, 17 Sep 2010 13:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=3900#comment-330536</guid>
		<description><![CDATA[Great tutorial, but can someone please show me how i can click an item and have it open the contents in a second view (rather than opening the browser). Thanks in advance :)]]></description>
		<content:encoded><![CDATA[<p>Great tutorial, but can someone please show me how i can click an item and have it open the contents in a second view (rather than opening the browser). Thanks in advance :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mochasync</title>
		<link>http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/#comment-330535</link>
		<dc:creator><![CDATA[mochasync]]></dc:creator>
		<pubDate>Mon, 06 Sep 2010 00:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=3900#comment-330535</guid>
		<description><![CDATA[I&#039;d like to know how to get this to work under the iOS 4.x version as well.  I am getting a build error of missing base SDK.  I even tried to copy/paste the code into a new project too - which was better because it doesn&#039;t error out, rather, it builds and installs on the simulator but crashes shortly after launching.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;d like to know how to get this to work under the iOS 4.x version as well.  I am getting a build error of missing base SDK.  I even tried to copy/paste the code into a new project too &#8211; which was better because it doesn&#8217;t error out, rather, it builds and installs on the simulator but crashes shortly after launching.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/#comment-330534</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Fri, 06 Aug 2010 02:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=3900#comment-330534</guid>
		<description><![CDATA[Hey, fix the formatting. It&#039;s a worthless tutorial without formatting your code.]]></description>
		<content:encoded><![CDATA[<p>Hey, fix the formatting. It&#8217;s a worthless tutorial without formatting your code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Facebook Application Development</title>
		<link>http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/#comment-330533</link>
		<dc:creator><![CDATA[Facebook Application Development]]></dc:creator>
		<pubDate>Thu, 05 Aug 2010 11:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=3900#comment-330533</guid>
		<description><![CDATA[Nice Post.]]></description>
		<content:encoded><![CDATA[<p>Nice Post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
