<?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: NSIndexPath and row method</title>
	<atom:link href="http://iPhoneDeveloperTips.com/objective-c/nsindexpath-and-row-method.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com/objective-c/nsindexpath-and-row-method.html</link>
	<description>Tips and Tricks for iPhone developers</description>
	<lastBuildDate>Sun, 05 Sep 2010 15:32:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: julian skidmore</title>
		<link>http://iPhoneDeveloperTips.com/objective-c/nsindexpath-and-row-method.html/comment-page-1#comment-18570</link>
		<dc:creator>julian skidmore</dc:creator>
		<pubDate>Fri, 02 Jul 2010 15:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=66#comment-18570</guid>
		<description>Yep, I was confused as well! Very helpful information :-)

-cheers from julz @p</description>
		<content:encoded><![CDATA[<p>Yep, I was confused as well! Very helpful information :-)</p>
<p>-cheers from julz @p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LostOne</title>
		<link>http://iPhoneDeveloperTips.com/objective-c/nsindexpath-and-row-method.html/comment-page-1#comment-47</link>
		<dc:creator>LostOne</dc:creator>
		<pubDate>Sat, 20 Sep 2008 18:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=66#comment-47</guid>
		<description>Thanks for helping me find the documentation for &quot;row&quot;.

This may be a great example of categories, but only if you know the secret.  IMO, it demonstrates a real problem with the reference documentation. The  UITableViewDataSource Protocol Reference (and others) lead me to the un-extended class and no idea why &quot;row&quot; is missing.  It took a google search and this page for me to find out about UIKit Additions and &quot;row&quot;.

As an Objective-C newbie, I&#039;ll ask why this is so much better than subclassing.  If every Table View related use of NSIndexPath is going to use &quot;row&quot; and depend on it, why not just subclass NSIndexPath?  Should I write my DataSource to expect NSIndexPaths that may or may not support row?</description>
		<content:encoded><![CDATA[<p>Thanks for helping me find the documentation for &#8220;row&#8221;.</p>
<p>This may be a great example of categories, but only if you know the secret.  IMO, it demonstrates a real problem with the reference documentation. The  UITableViewDataSource Protocol Reference (and others) lead me to the un-extended class and no idea why &#8220;row&#8221; is missing.  It took a google search and this page for me to find out about UIKit Additions and &#8220;row&#8221;.</p>
<p>As an Objective-C newbie, I&#8217;ll ask why this is so much better than subclassing.  If every Table View related use of NSIndexPath is going to use &#8220;row&#8221; and depend on it, why not just subclass NSIndexPath?  Should I write my DataSource to expect NSIndexPaths that may or may not support row?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
