<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Core Fruition &#187; Objective-C</title>
	<atom:link href="http://www.fruitstandsoftware.com/blog/tag/objective-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fruitstandsoftware.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 04 Jun 2010 17:12:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Custom Drawing Using drawRect, Part 1</title>
		<link>http://www.fruitstandsoftware.com/blog/2009/12/custom-drawing-using-drawrect-part-1/</link>
		<comments>http://www.fruitstandsoftware.com/blog/2009/12/custom-drawing-using-drawrect-part-1/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 02:01:28 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Sample Code]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[UIView]]></category>

		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=437</guid>
		<description><![CDATA[One of the more advanced techniques for creating custom user interfaces on the Mac is the use of NSView&#8217;s drawRect method.  Many answers to questions on StackOverflow and Apple&#8217;s mailing lists include recommendations to &#8220;just override drawRect and do the drawing yourself&#8221;.  Some folks see this recommendation and their eyes glaze over, thinking that it&#8217;s]]></description>
		<wfw:commentRss>http://www.fruitstandsoftware.com/blog/2009/12/custom-drawing-using-drawrect-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Core Data Code Generation</title>
		<link>http://www.fruitstandsoftware.com/blog/2009/09/core-data-code-generation/</link>
		<comments>http://www.fruitstandsoftware.com/blog/2009/09/core-data-code-generation/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 13:44:59 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Category]]></category>
		<category><![CDATA[Core Data]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Sample Code]]></category>

		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=358</guid>
		<description><![CDATA[Bill Dudney has a great post about using categories to avoid some of the work when generating and regenerating classes from your Core Data model.  Read about it on his blog, PrEV, here: Core Data Code Generation.]]></description>
		<wfw:commentRss>http://www.fruitstandsoftware.com/blog/2009/09/core-data-code-generation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your New Friends: Obj-C Associated Objects</title>
		<link>http://www.fruitstandsoftware.com/blog/2009/08/your-new-friends-obj-c-associated-objects/</link>
		<comments>http://www.fruitstandsoftware.com/blog/2009/08/your-new-friends-obj-c-associated-objects/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 16:32:58 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Sample Code]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=356</guid>
		<description><![CDATA[Andy Matuschak has posted a little-known feature of the Objective-C API under Snow Leopard on his blog.  I can&#8217;t think of a use for associated objects at the moment, but there&#8217;s a good chance that I will need them in the future.  You can read about them at his blog: Square Signals : Your New Friends:]]></description>
		<wfw:commentRss>http://www.fruitstandsoftware.com/blog/2009/08/your-new-friends-obj-c-associated-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
