<?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://MobileDeveloperTips.com/objective-c/nsindexpath-and-row-method.html/feed" rel="self" type="application/rss+xml" />
	<link>http://MobileDeveloperTips.com/objective-c/nsindexpath-and-row-method.html</link>
	<description>iOS and Objective-C Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Tue, 22 May 2012 11:53:47 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: John Muchow</title>
		<link>http://MobileDeveloperTips.com/objective-c/nsindexpath-and-row-method.html#comment-64816</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Fri, 23 Dec 2011 21:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=66#comment-64816</guid>
		<description>Wish I had a good answer to that question. If memory serves me, the primary reason I wrote this post is that I was also surprised to read about the UIKit addition for NSIndexPath. You may of already bumped into this, however, there is also an &lt;a href=&quot;http://developer.apple.com/library/ios/#documentation/uikit/reference/NSString_UIKit_Additions/Reference/Reference.html&quot; rel=&quot;nofollow&quot;&gt;NSString UIKit Additions&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Wish I had a good answer to that question. If memory serves me, the primary reason I wrote this post is that I was also surprised to read about the UIKit addition for NSIndexPath. You may of already bumped into this, however, there is also an <a href="http://developer.apple.com/library/ios/#documentation/uikit/reference/NSString_UIKit_Additions/Reference/Reference.html" rel="nofollow">NSString UIKit Additions</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Hanson</title>
		<link>http://MobileDeveloperTips.com/objective-c/nsindexpath-and-row-method.html#comment-64815</link>
		<dc:creator>Jason Hanson</dc:creator>
		<pubDate>Fri, 23 Dec 2011 20:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=66#comment-64815</guid>
		<description>Wow, years later and this issue just dumbfounded me.  It took google for me to figure out where the &#039;row&#039; property was coming from.  Is there something that I am missing that would tell a developer that a Categoy has been used on NSIndexPath?

-Jason</description>
		<content:encoded><![CDATA[<p>Wow, years later and this issue just dumbfounded me.  It took google for me to figure out where the &#8216;row&#8217; property was coming from.  Is there something that I am missing that would tell a developer that a Categoy has been used on NSIndexPath?</p>
<p>-Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julian skidmore</title>
		<link>http://MobileDeveloperTips.com/objective-c/nsindexpath-and-row-method.html#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://MobileDeveloperTips.com/objective-c/nsindexpath-and-row-method.html#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>

