<?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: Cocoa memory management for smarties, Part 2: working with a nib</title>
	<atom:link href="http://lapcatsoftware.com/blog/2008/08/25/cocoa-memory-management-for-smarties-part-2-working-with-a-nib/feed/" rel="self" type="application/rss+xml" />
	<link>http://lapcatsoftware.com/blog/2008/08/25/cocoa-memory-management-for-smarties-part-2-working-with-a-nib/</link>
	<description>Coding under the close supervision of cats</description>
	<lastBuildDate>Fri, 09 Jul 2010 18:22:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Chris Simmons</title>
		<link>http://lapcatsoftware.com/blog/2008/08/25/cocoa-memory-management-for-smarties-part-2-working-with-a-nib/comment-page-1/#comment-9505</link>
		<dc:creator>Chris Simmons</dc:creator>
		<pubDate>Mon, 15 Dec 2008 18:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/?p=83#comment-9505</guid>
		<description>Thanks for this article, this confirms my findings. I was unable to find this information anywhere in apple&#039;s documentation. Do you know of any apple written docs that state this? 

+[NSBundle loadNibNamed:owner:] 
-[NSNib instantiateNibWithOwner: topLevelObjects:]
The documentation of these two methods should really mention this fact.</description>
		<content:encoded><![CDATA[<p>Thanks for this article, this confirms my findings. I was unable to find this information anywhere in apple&#8217;s documentation. Do you know of any apple written docs that state this? </p>
<p>+[NSBundle loadNibNamed:owner:]<br />
-[NSNib instantiateNibWithOwner: topLevelObjects:]<br />
The documentation of these two methods should really mention this fact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Hosey</title>
		<link>http://lapcatsoftware.com/blog/2008/08/25/cocoa-memory-management-for-smarties-part-2-working-with-a-nib/comment-page-1/#comment-8678</link>
		<dc:creator>Peter Hosey</dc:creator>
		<pubDate>Tue, 26 Aug 2008 06:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/?p=83#comment-8678</guid>
		<description>Jeff: Generally, you&#039;d use an outlet for that, rather than a binding. If you want to use the value of a property of the FO, rather than the FO itself: Two object controllers.</description>
		<content:encoded><![CDATA[<p>Jeff: Generally, you&#8217;d use an outlet for that, rather than a binding. If you want to use the value of a property of the FO, rather than the FO itself: Two object controllers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://lapcatsoftware.com/blog/2008/08/25/cocoa-memory-management-for-smarties-part-2-working-with-a-nib/comment-page-1/#comment-8677</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 25 Aug 2008 18:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/?p=83#comment-8677</guid>
		<description>Sure, as long as you don&#039;t bind the controller&#039;s content to File&#039;s Owner. :-)</description>
		<content:encoded><![CDATA[<p>Sure, as long as you don&#8217;t bind the controller&#8217;s content to File&#8217;s Owner. <img src='http://lapcatsoftware.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Hosey</title>
		<link>http://lapcatsoftware.com/blog/2008/08/25/cocoa-memory-management-for-smarties-part-2-working-with-a-nib/comment-page-1/#comment-8676</link>
		<dc:creator>Peter Hosey</dc:creator>
		<pubDate>Mon, 25 Aug 2008 17:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/?p=83#comment-8676</guid>
		<description>&lt;blockquote&gt;Basically, there are three possible solutions:
  
2. Bind to a different object in the nib rather than to the File’s Owner.&lt;/blockquote&gt;

Sounds like the reason I&#039;ve been looking for to use NSObjectController.</description>
		<content:encoded><![CDATA[<blockquote><p>Basically, there are three possible solutions:</p>
<p>2. Bind to a different object in the nib rather than to the File’s Owner.</p></blockquote>
<p>Sounds like the reason I&#8217;ve been looking for to use NSObjectController.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
