<?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>Cocoa Mondo - Kode with Koda &#187; Core Animation</title>
	<atom:link href="http://sunflower.coleharbour.ca/cocoamondo/category/core-animation/feed/" rel="self" type="application/rss+xml" />
	<link>http://sunflower.coleharbour.ca/cocoamondo</link>
	<description>Macintosh kodeing</description>
	<lastBuildDate>Thu, 13 May 2010 02:17:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating an Interface Builder Style Autosizing Animation</title>
		<link>http://sunflower.coleharbour.ca/cocoamondo/2009/03/creating-an-interface-builder-style-autosizing-animation/</link>
		<comments>http://sunflower.coleharbour.ca/cocoamondo/2009/03/creating-an-interface-builder-style-autosizing-animation/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 12:15:54 +0000</pubDate>
		<dc:creator>Matthieu Cormier</dc:creator>
				<category><![CDATA[Core Animation]]></category>
		<category><![CDATA[Mondo Kode]]></category>

		<guid isPermaLink="false">http://sunflower.coleharbour.ca/cocoamondo/?p=361</guid>
		<description><![CDATA[Configuring view autosizing in Apple&#8217;s Interface Builder is greatly aided by an animated view that shows how the currently selected element will resize with respect to it&#8217;s parent.  In the yet to be released version of SunFlower I am planning on using a similar animation to make the anchor corner property of exclusion filters [...]]]></description>
		<wfw:commentRss>http://sunflower.coleharbour.ca/cocoamondo/2009/03/creating-an-interface-builder-style-autosizing-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://sunflower.coleharbour.ca/cocoamondo/wp-content/uploads/2009/03/attempt1.mp4" length="81762" type="video/mp4" />
<enclosure url="http://sunflower.coleharbour.ca/cocoamondo/wp-content/uploads/2009/03/attempt2.mp4" length="82617" type="video/mp4" />
		</item>
		<item>
		<title>Creating an iTunes Scrollbar</title>
		<link>http://sunflower.coleharbour.ca/cocoamondo/2008/03/creating-an-itunes-scrollbar/</link>
		<comments>http://sunflower.coleharbour.ca/cocoamondo/2008/03/creating-an-itunes-scrollbar/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 17:22:37 +0000</pubDate>
		<dc:creator>Matthieu Cormier</dc:creator>
				<category><![CDATA[Core Animation]]></category>

		<guid isPermaLink="false">http://sunflower.coleharbour.ca/cocoamondo/?p=7</guid>
		<description><![CDATA[In my previous post I published some sample code on how to use a mask on a core animation layer.  Here is a practical example of a mask, creating a scroll control almost identical to the one displayed in iTunes. 

When developing SunFlower 0.8 I changed one of the custom views to use core [...]]]></description>
		<wfw:commentRss>http://sunflower.coleharbour.ca/cocoamondo/2008/03/creating-an-itunes-scrollbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Core Animation: Using Layer Masks</title>
		<link>http://sunflower.coleharbour.ca/cocoamondo/2008/03/core-animation-tutorial-using-layer-masks/</link>
		<comments>http://sunflower.coleharbour.ca/cocoamondo/2008/03/core-animation-tutorial-using-layer-masks/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 17:05:04 +0000</pubDate>
		<dc:creator>Matthieu Cormier</dc:creator>
				<category><![CDATA[Core Animation]]></category>

		<guid isPermaLink="false">http://sunflower.coleharbour.ca/cocoamondo/?p=4</guid>
		<description><![CDATA[Using a mask on a core animation layer is quite easy.  This example does the following:

Creates an NSImage by filling an NSBezierPath.
Converts the NSImage into a CGImageRef 
Creates three CALayers

one to show what the mask looks like
one for the layer that will have
one for our our mask



Voila!  

You can grab the kode here.
]]></description>
		<wfw:commentRss>http://sunflower.coleharbour.ca/cocoamondo/2008/03/core-animation-tutorial-using-layer-masks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
