<?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 Bindings are awesome, yet fraught with peril for the inexperienced</title>
	<atom:link href="http://fhmiv.net/blog/2007/03/03/cocoa-bindings-are-awesome-yet-fraught-with-peril-for-the-inexperienced/feed/" rel="self" type="application/rss+xml" />
	<link>http://fhmiv.net/blog/2007/03/03/cocoa-bindings-are-awesome-yet-fraught-with-peril-for-the-inexperienced/</link>
	<description></description>
	<lastBuildDate>Wed, 28 Apr 2010 15:57:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: frank</title>
		<link>http://fhmiv.net/blog/2007/03/03/cocoa-bindings-are-awesome-yet-fraught-with-peril-for-the-inexperienced/comment-page-1/#comment-388</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Thu, 08 Mar 2007 22:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://auroralux.net/blog/2007/03/03/cocoa-bindings-are-awesome-yet-fraught-with-peril-for-the-inexperienced/#comment-388</guid>
		<description>Another way to work around the initial value problem is to bind the UI element to the user defaults instead of to an ivar. Then, where you previously refereced the variable, use a method that fetches it from the standard user defaults. I got this usage pattern from &lt;a href=&quot;http://www.borkware.com/products/thumbborker/&quot; rel=&quot;nofollow&quot;&gt;Thumb Borker&lt;/a&gt;, a thumbnail generation application that I probably would have started from if I&#039;d found it a couple of weeks ago. I&#039;m glad I did all that stuff myself because I learned a lot, but also glad for the examples of other and better ways of handling things I got from this app.</description>
		<content:encoded><![CDATA[<p>Another way to work around the initial value problem is to bind the UI element to the user defaults instead of to an ivar. Then, where you previously refereced the variable, use a method that fetches it from the standard user defaults. I got this usage pattern from <a href="http://www.borkware.com/products/thumbborker/" rel="nofollow">Thumb Borker</a>, a thumbnail generation application that I probably would have started from if I&#8217;d found it a couple of weeks ago. I&#8217;m glad I did all that stuff myself because I learned a lot, but also glad for the examples of other and better ways of handling things I got from this app.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

