<?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 iPhone SDK Articles</title>
	<atom:link href="http://www.iPhoneSDKArticles.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.iPhoneSDKArticles.com</link>
	<description>iOS Tutorials</description>
	<lastBuildDate>Fri, 02 Sep 2011 03:16:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on NULL or nil? by HelloKitty</title>
		<link>http://www.iPhoneSDKArticles.com/2011/08/null-or-nil.html/comment-page-1#comment-1594</link>
		<dc:creator>HelloKitty</dc:creator>
		<pubDate>Fri, 02 Sep 2011 03:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.iPhoneSDKArticles.com/?p=186#comment-1594</guid>
		<description>Inside MacTypes.h, there is a definition about `nil`.

#ifndef nil
    #define nil NULL
#endif /* ! nil */</description>
		<content:encoded><![CDATA[<p>Inside MacTypes.h, there is a definition about `nil`.</p>
<p>#ifndef nil<br />
    #define nil NULL<br />
#endif /* ! nil */</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UITableView – Searching table view by Aaron</title>
		<link>http://www.iPhoneSDKArticles.com/2009/01/uitableview-searching-table-view.html/comment-page-1#comment-1516</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 18 Feb 2011 03:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/2009/01/uitableview-searching-table-view.html#comment-1516</guid>
		<description>Here&#039;s how to do it...

http://stackoverflow.com/questions/5019909/iphone-tableview-search-xml/5037269#5037269</description>
		<content:encoded><![CDATA[<p>Here&#8217;s how to do it&#8230;</p>
<p><a href="http://stackoverflow.com/questions/5019909/iphone-tableview-search-xml/5037269#5037269" rel="nofollow">http://stackoverflow.com/questions/5019909/iphone-tableview-search-xml/5037269#5037269</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UITableView – Searching table view by Aaron</title>
		<link>http://www.iPhoneSDKArticles.com/2009/01/uitableview-searching-table-view.html/comment-page-1#comment-1496</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 16 Feb 2011 16:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/2009/01/uitableview-searching-table-view.html#comment-1496</guid>
		<description>I&#039;m having the same trouble, have you been able to figure out how to make the external xml file appear when you search in the searchbar?  It crashes for me and I get this error: [__NSCFArray objectForKey:]: unrecognized selector</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same trouble, have you been able to figure out how to make the external xml file appear when you search in the searchbar?  It crashes for me and I get this error: [__NSCFArray objectForKey:]: unrecognized selector</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UITableView – Creating a Simple Table View by Mishti</title>
		<link>http://www.iPhoneSDKArticles.com/2009/01/uitableview-creating-simple-table-view.html/comment-page-1#comment-1420</link>
		<dc:creator>Mishti</dc:creator>
		<pubDate>Fri, 11 Feb 2011 09:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/2009/01/uitableview-creating-a-simple-table-view.html#comment-1420</guid>
		<description>Hiiiiiii 
Plz give me idea about creation of row and column. Can u write blog for create a row and column.
For Example :-
Number    &#124;     Name       &#124; 
1               &#124;     khush       &#124; 
2               &#124;     Rose        &#124;           
3               &#124;     nisha       &#124;           


Plz can u write about this type creation of UITableView.......


Thanx</description>
		<content:encoded><![CDATA[<p>Hiiiiiii<br />
Plz give me idea about creation of row and column. Can u write blog for create a row and column.<br />
For Example :-<br />
Number    |     Name       |<br />
1               |     khush       |<br />
2               |     Rose        |<br />
3               |     nisha       |           </p>
<p>Plz can u write about this type creation of UITableView&#8230;&#8230;.</p>
<p>Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing XML Files by Mishti</title>
		<link>http://www.iPhoneSDKArticles.com/2008/12/parsing-xml-files.html/comment-page-2#comment-1309</link>
		<dc:creator>Mishti</dc:creator>
		<pubDate>Thu, 03 Feb 2011 11:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/2008/12/parsing-xml-files.html#comment-1309</guid>
		<description>hi
I’ve created a app just like yours. But I &#039;ve faced a 
ERROR:-    self.Name=@&quot;Logins&quot;;
  //Request for member &#039;Name&#039; in something not a structure or union
Here Name is Same name as the Entity Name.</description>
		<content:encoded><![CDATA[<p>hi<br />
I’ve created a app just like yours. But I &#8216;ve faced a<br />
ERROR:-    self.Name=@&#8221;Logins&#8221;;<br />
  //Request for member &#8216;Name&#8217; in something not a structure or union<br />
Here Name is Same name as the Entity Name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UITableView – Drill down table view tutorial by Shawn</title>
		<link>http://www.iPhoneSDKArticles.com/2009/03/uitableview-drill-down-table-view.html/comment-page-1#comment-1270</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Mon, 31 Jan 2011 16:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/2009/03/uitableview-drill-down-table-view-tutorial.html#comment-1270</guid>
		<description>Hi there,

      I gone over the &quot;Loading a detail view&quot; tutorial but it doesn&#039;t explain how you would display the &quot;Title&quot; from the plist onto the Detail View page. Can you help?

Thx,

Shawn</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>      I gone over the &#8220;Loading a detail view&#8221; tutorial but it doesn&#8217;t explain how you would display the &#8220;Title&#8221; from the plist onto the Detail View page. Can you help?</p>
<p>Thx,</p>
<p>Shawn</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Application Preferences by Chris Capuano</title>
		<link>http://www.iPhoneSDKArticles.com/2008/08/application-preferences.html/comment-page-1#comment-1269</link>
		<dc:creator>Chris Capuano</dc:creator>
		<pubDate>Mon, 31 Jan 2011 16:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/2008/08/application-preferences.html#comment-1269</guid>
		<description>For anyone having issues, I spent a while trying to get my settings bundle to install to no avail. Almost ready to give up on it, I tried leaving the name as &#039;Settings.bundle&#039;, and FINALLY it WORKED. If you cannot get your settings to install, try leaving the name as &#039;Settings.bundle&#039;</description>
		<content:encoded><![CDATA[<p>For anyone having issues, I spent a while trying to get my settings bundle to install to no avail. Almost ready to give up on it, I tried leaving the name as &#8216;Settings.bundle&#8217;, and FINALLY it WORKED. If you cannot get your settings to install, try leaving the name as &#8216;Settings.bundle&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UITableView – Creating a Simple Table View by Abhinandan</title>
		<link>http://www.iPhoneSDKArticles.com/2009/01/uitableview-creating-simple-table-view.html/comment-page-1#comment-1245</link>
		<dc:creator>Abhinandan</dc:creator>
		<pubDate>Sat, 29 Jan 2011 15:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/2009/01/uitableview-creating-a-simple-table-view.html#comment-1245</guid>
		<description>Hi

This worked f9 for navigation based app(template),but it&#039;s not working when i try it wid view based app...Can ny1 suggest me sumthing?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>This worked f9 for navigation based app(template),but it&#8217;s not working when i try it wid view based app&#8230;Can ny1 suggest me sumthing?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UITableView – Drill down table view tutorial by Mevin</title>
		<link>http://www.iPhoneSDKArticles.com/2009/03/uitableview-drill-down-table-view.html/comment-page-1#comment-1244</link>
		<dc:creator>Mevin</dc:creator>
		<pubDate>Sat, 29 Jan 2011 12:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/2009/03/uitableview-drill-down-table-view-tutorial.html#comment-1244</guid>
		<description>Nice tutorial.

How can we edit the plist file to have more rows? For example when i click on Item 3 i get only screen D but i  want to have more than 1 item present.

i want to get something like this:

Item 3	Screen D   DetailView
                Screen E   DetailView
                Screen F</description>
		<content:encoded><![CDATA[<p>Nice tutorial.</p>
<p>How can we edit the plist file to have more rows? For example when i click on Item 3 i get only screen D but i  want to have more than 1 item present.</p>
<p>i want to get something like this:</p>
<p>Item 3	Screen D   DetailView<br />
                Screen E   DetailView<br />
                Screen F</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UITableView – Indexed table view by Gary Cobb</title>
		<link>http://www.iPhoneSDKArticles.com/2009/01/uitableview-indexed-table-view.html/comment-page-1#comment-1159</link>
		<dc:creator>Gary Cobb</dc:creator>
		<pubDate>Sun, 23 Jan 2011 05:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/2009/01/uitableview-indexed-table-view.html#comment-1159</guid>
		<description>Actually I have got it Indexed but not linked. There I need some help.
Thanks</description>
		<content:encoded><![CDATA[<p>Actually I have got it Indexed but not linked. There I need some help.<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

