<?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: Core Animation: Creating a Jack-in-the-box with CAKeyframeAnimation</title>
	<atom:link href="http://watchingapple.com/2008/04/core-animation-creating-a-jack-in-the-box-with-cakeyframeanimation/feed/" rel="self" type="application/rss+xml" />
	<link>http://watchingapple.com/2008/04/core-animation-creating-a-jack-in-the-box-with-cakeyframeanimation/</link>
	<description>Thoughts about Apple and design</description>
	<lastBuildDate>Wed, 16 Mar 2011 02:32:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Skylar</title>
		<link>http://watchingapple.com/2008/04/core-animation-creating-a-jack-in-the-box-with-cakeyframeanimation/comment-page-1/#comment-39676</link>
		<dc:creator>Skylar</dc:creator>
		<pubDate>Mon, 27 Jul 2009 19:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://watchingapple.com/2008/04/core-animation-jack-in-the-box/#comment-39676</guid>
		<description>Hello!

I saw your project here, and I really liked the results.  I hope you don&#039;t mind, but I ported the application to the iPhone and posted the completed project here: http://www.ipodtouchfans.com/forums/showthread.php?t=222753 in a Developer&#039;s Tutorials section.  I think a lot of people can learn from the intro to CoreAnimations.

Note, I didn&#039;t do a &quot;great job&quot; &quot;porting&quot; this over.  I merely changed a few numbers and replaced NS* with UI* and CG* where appropriate.  

I have linked back to this article for the explanation of the project, as I think you cover everything quite well.  If you would rather I take down my link, just let me know, and I will remove it right away.

Thank you,
Skylar Cantu</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>I saw your project here, and I really liked the results.  I hope you don&#8217;t mind, but I ported the application to the iPhone and posted the completed project here: <a href="http://www.ipodtouchfans.com/forums/showthread.php?t=222753" rel="nofollow">http://www.ipodtouchfans.com/forums/showthread.php?t=222753</a> in a Developer&#8217;s Tutorials section.  I think a lot of people can learn from the intro to CoreAnimations.</p>
<p>Note, I didn&#8217;t do a &#8220;great job&#8221; &#8220;porting&#8221; this over.  I merely changed a few numbers and replaced NS* with UI* and CG* where appropriate.  </p>
<p>I have linked back to this article for the explanation of the project, as I think you cover everything quite well.  If you would rather I take down my link, just let me know, and I will remove it right away.</p>
<p>Thank you,<br />
Skylar Cantu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Freeman</title>
		<link>http://watchingapple.com/2008/04/core-animation-creating-a-jack-in-the-box-with-cakeyframeanimation/comment-page-1/#comment-28807</link>
		<dc:creator>Adam Freeman</dc:creator>
		<pubDate>Mon, 26 Jan 2009 00:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://watchingapple.com/2008/04/core-animation-jack-in-the-box/#comment-28807</guid>
		<description>Very good explanation of how to write a core animation.  Thank you.  Adam</description>
		<content:encoded><![CDATA[<p>Very good explanation of how to write a core animation.  Thank you.  Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Blackburn</title>
		<link>http://watchingapple.com/2008/04/core-animation-creating-a-jack-in-the-box-with-cakeyframeanimation/comment-page-1/#comment-13899</link>
		<dc:creator>John Blackburn</dc:creator>
		<pubDate>Thu, 11 Sep 2008 22:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://watchingapple.com/2008/04/core-animation-jack-in-the-box/#comment-13899</guid>
		<description>Hi Jason, you can download the source code and make the window resizable using Interface Builder.</description>
		<content:encoded><![CDATA[<p>Hi Jason, you can download the source code and make the window resizable using Interface Builder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://watchingapple.com/2008/04/core-animation-creating-a-jack-in-the-box-with-cakeyframeanimation/comment-page-1/#comment-13890</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 11 Sep 2008 21:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://watchingapple.com/2008/04/core-animation-jack-in-the-box/#comment-13890</guid>
		<description>Hi John,

Any way you could make the app window resizable? I&#039;m on a 15 inch MacBook Pro and some of the window (including the button) is hidden below the Dock :\

Otherwise, great tutorial.</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>Any way you could make the app window resizable? I&#8217;m on a 15 inch MacBook Pro and some of the window (including the button) is hidden below the Dock :\</p>
<p>Otherwise, great tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shripada</title>
		<link>http://watchingapple.com/2008/04/core-animation-creating-a-jack-in-the-box-with-cakeyframeanimation/comment-page-1/#comment-7092</link>
		<dc:creator>Shripada</dc:creator>
		<pubDate>Tue, 17 Jun 2008 11:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://watchingapple.com/2008/04/core-animation-jack-in-the-box/#comment-7092</guid>
		<description>Hi John, 

This is an amazing demo. I learnt tons of things about animations from the source code. Just not only core animations, but also good coding practices and Core graphics API usage. 

Thanks a lot.

Regards
Shripada</description>
		<content:encoded><![CDATA[<p>Hi John, </p>
<p>This is an amazing demo. I learnt tons of things about animations from the source code. Just not only core animations, but also good coding practices and Core graphics API usage. </p>
<p>Thanks a lot.</p>
<p>Regards<br />
Shripada</p>
]]></content:encoded>
	</item>
</channel>
</rss>

