<?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: NSTableView, NSArrayController and editing new rows</title>
	<atom:link href="http://davidbeckblog.com/2009/05/nstableview-nsarraycontroller-and-editing-new-rows/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidbeckblog.com/2009/05/nstableview-nsarraycontroller-and-editing-new-rows/</link>
	<description>The ramblings of an obsessed programmer</description>
	<lastBuildDate>Sun, 25 Jul 2010 08:11:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Adonis</title>
		<link>http://davidbeckblog.com/2009/05/nstableview-nsarraycontroller-and-editing-new-rows/comment-page-1/#comment-40</link>
		<dc:creator>Adonis</dc:creator>
		<pubDate>Fri, 18 Sep 2009 07:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://davidbeckblog.com/?p=29#comment-40</guid>
		<description>Hmm.. it didn&#039;t like the less than/greater than brackets, so I continue my last sentence:

...something like selection.(whatever is returned by the binding info when you asked for the @&quot;value&quot; binding).</description>
		<content:encoded><![CDATA[<p>Hmm.. it didn&#8217;t like the less than/greater than brackets, so I continue my last sentence:</p>
<p>&#8230;something like selection.(whatever is returned by the binding info when you asked for the @&#8221;value&#8221; binding).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adonis</title>
		<link>http://davidbeckblog.com/2009/05/nstableview-nsarraycontroller-and-editing-new-rows/comment-page-1/#comment-39</link>
		<dc:creator>Adonis</dc:creator>
		<pubDate>Fri, 18 Sep 2009 06:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://davidbeckblog.com/?p=29#comment-39</guid>
		<description>This assumes you have access to your data (ivar data in your code). What if you don&#039;t?

A way to do it is by grabbing the NSArrayController (think -infoForBinding:) bound to the table column and also the model key path for said binding. Once you have that then you can get the data for the appropriate row via KVC&#039;s -valueForKeyPath: where the path will be something like selection.

Cheers</description>
		<content:encoded><![CDATA[<p>This assumes you have access to your data (ivar data in your code). What if you don&#8217;t?</p>
<p>A way to do it is by grabbing the NSArrayController (think -infoForBinding:) bound to the table column and also the model key path for said binding. Once you have that then you can get the data for the appropriate row via KVC&#8217;s -valueForKeyPath: where the path will be something like selection.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
