<?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"
	>
<channel>
	<title>Comments on: NSTableView hassles</title>
	<atom:link href="http://schinckel.net/2007/11/22/nstableview-hassles/feed/" rel="self" type="application/rss+xml" />
	<link>http://schinckel.net/2007/11/22/nstableview-hassles/</link>
	<description>Like a fortune cookie, only without the fortune, and not a cookie.</description>
	<pubDate>Sun, 07 Sep 2008 06:03:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Dave</title>
		<link>http://schinckel.net/2007/11/22/nstableview-hassles/#comment-3056</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 24 Nov 2007 06:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.net/2007/11/22/nstableview-hassles/#comment-3056</guid>
		<description>Yeah, I always copy-and-paste from Apple's docs (in Xcode), or from AppKiDo, which (I think) parses the actual headers.</description>
		<content:encoded><![CDATA[<p>Yeah, I always copy-and-paste from Apple&#8217;s docs (in Xcode), or from AppKiDo, which (I think) parses the actual headers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://schinckel.net/2007/11/22/nstableview-hassles/#comment-3032</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 23 Nov 2007 01:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.net/2007/11/22/nstableview-hassles/#comment-3032</guid>
		<description>You truly are a god amongst men.

I copy and paste, but I got it from:

http://www.oreilly.com/pub/a/mac/2006/08/08/nstableview-class.html?page=2

Which has the incorrect method name!</description>
		<content:encoded><![CDATA[<p>You truly are a god amongst men.</p>
<p>I copy and paste, but I got it from:</p>
<p><a href="http://www.oreilly.com/pub/a/mac/2006/08/08/nstableview-class.html?page=2" rel="nofollow">http://www.oreilly.com/pub/a/mac/2006/08/08/nstableview-class.html?page=2</a></p>
<p>Which has the incorrect method name!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://schinckel.net/2007/11/22/nstableview-hassles/#comment-3031</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 22 Nov 2007 23:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.net/2007/11/22/nstableview-hassles/#comment-3031</guid>
		<description>I bet you typed that second delegate method by hand, rather than copy-and-pasting it, because it's incorrect. It should be:

&lt;code&gt;
          - (id)tableView:(NSTableView *)aTableView
objectValueForTableColumn:(NSTableColumn *)aTableColumn
                      row:(int)rowIndex;
&lt;/code&gt;

Note that the first named argument is 'objectValueForTableColumn', whereas you have 'objectValueForColumn'.

I'd recommend copy-and-pasting, or using Xcode's autocompletion!</description>
		<content:encoded><![CDATA[<p>I bet you typed that second delegate method by hand, rather than copy-and-pasting it, because it&#8217;s incorrect. It should be:</p>
<p><code><br />
          - (id)tableView:(NSTableView *)aTableView<br />
objectValueForTableColumn:(NSTableColumn *)aTableColumn<br />
                      row:(int)rowIndex;<br />
</code></p>
<p>Note that the first named argument is &#8216;objectValueForTableColumn&#8217;, whereas you have &#8216;objectValueForColumn&#8217;.</p>
<p>I&#8217;d recommend copy-and-pasting, or using Xcode&#8217;s autocompletion!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
