<?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: Paths</title>
	<atom:link href="http://watchingapple.com/2008/04/core-animation-paths/feed/" rel="self" type="application/rss+xml" />
	<link>http://watchingapple.com/2008/04/core-animation-paths/</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: Lucien</title>
		<link>http://watchingapple.com/2008/04/core-animation-paths/comment-page-1/#comment-109195</link>
		<dc:creator>Lucien</dc:creator>
		<pubDate>Fri, 17 Dec 2010 13:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://watchingapple.com/2008/04/core-animation-paths/#comment-109195</guid>
		<description>Thanks, I just wanted to know what I need to import in order to use CABasic Animation, but your code has lots of examples, it will be useful sometimes, thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Thanks, I just wanted to know what I need to import in order to use CABasic Animation, but your code has lots of examples, it will be useful sometimes, thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Blackburn</title>
		<link>http://watchingapple.com/2008/04/core-animation-paths/comment-page-1/#comment-87149</link>
		<dc:creator>John Blackburn</dc:creator>
		<pubDate>Wed, 13 Oct 2010 02:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://watchingapple.com/2008/04/core-animation-paths/#comment-87149</guid>
		<description>True, I meant &quot;a really long time&quot;, rather than forever.</description>
		<content:encoded><![CDATA[<p>True, I meant &#8220;a really long time&#8221;, rather than forever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Blackburn</title>
		<link>http://watchingapple.com/2008/04/core-animation-paths/comment-page-1/#comment-87145</link>
		<dc:creator>John Blackburn</dc:creator>
		<pubDate>Wed, 13 Oct 2010 02:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://watchingapple.com/2008/04/core-animation-paths/#comment-87145</guid>
		<description>To rotate a CALayer on a static point, use the code listing here under &quot;Spinning a wheel&quot;.</description>
		<content:encoded><![CDATA[<p>To rotate a CALayer on a static point, use the code listing here under &#8220;Spinning a wheel&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Kiran Kumar</title>
		<link>http://watchingapple.com/2008/04/core-animation-paths/comment-page-1/#comment-86898</link>
		<dc:creator>A Kiran Kumar</dc:creator>
		<pubDate>Tue, 12 Oct 2010 07:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://watchingapple.com/2008/04/core-animation-paths/#comment-86898</guid>
		<description>I want to rotate CALayer just like Fan..... It need not move any points ... or any path.... it need to rotate on static point.... how can i do........

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I want to rotate CALayer just like Fan&#8230;.. It need not move any points &#8230; or any path&#8230;. it need to rotate on static point&#8230;. how can i do&#8230;&#8230;..</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nevyn</title>
		<link>http://watchingapple.com/2008/04/core-animation-paths/comment-page-1/#comment-83410</link>
		<dc:creator>nevyn</dc:creator>
		<pubDate>Thu, 30 Sep 2010 09:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://watchingapple.com/2008/04/core-animation-paths/#comment-83410</guid>
		<description>repeatCount 10000 isn&#039;t &quot;forever&quot;. 1e100f is.</description>
		<content:encoded><![CDATA[<p>repeatCount 10000 isn&#8217;t &#8220;forever&#8221;. 1e100f is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zak J</title>
		<link>http://watchingapple.com/2008/04/core-animation-paths/comment-page-1/#comment-75432</link>
		<dc:creator>Zak J</dc:creator>
		<pubDate>Fri, 20 Aug 2010 22:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://watchingapple.com/2008/04/core-animation-paths/#comment-75432</guid>
		<description>Thanks so much!  Your code really helped me understand core animation, thanks you.</description>
		<content:encoded><![CDATA[<p>Thanks so much!  Your code really helped me understand core animation, thanks you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Casserly</title>
		<link>http://watchingapple.com/2008/04/core-animation-paths/comment-page-1/#comment-58254</link>
		<dc:creator>Dave Casserly</dc:creator>
		<pubDate>Thu, 04 Mar 2010 12:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://watchingapple.com/2008/04/core-animation-paths/#comment-58254</guid>
		<description>Here is some info on how to animate along a path with iPhone.

http://blog.devedup.com/index.php/2010/03/03/iphone-animate-an-object-along-a-path/</description>
		<content:encoded><![CDATA[<p>Here is some info on how to animate along a path with iPhone.</p>
<p><a href="http://blog.devedup.com/index.php/2010/03/03/iphone-animate-an-object-along-a-path/" rel="nofollow">http://blog.devedup.com/index.php/2010/03/03/iphone-animate-an-object-along-a-path/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fatih YASAR</title>
		<link>http://watchingapple.com/2008/04/core-animation-paths/comment-page-1/#comment-55924</link>
		<dc:creator>Fatih YASAR</dc:creator>
		<pubDate>Thu, 28 Jan 2010 16:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://watchingapple.com/2008/04/core-animation-paths/#comment-55924</guid>
		<description>Hi Raptor,
I think many Core Animation concepts same with Iphone OSX, I think this tutorial example codes will be able to work on Iphone.</description>
		<content:encoded><![CDATA[<p>Hi Raptor,<br />
I think many Core Animation concepts same with Iphone OSX, I think this tutorial example codes will be able to work on Iphone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raptor</title>
		<link>http://watchingapple.com/2008/04/core-animation-paths/comment-page-1/#comment-49055</link>
		<dc:creator>Raptor</dc:creator>
		<pubDate>Wed, 25 Nov 2009 02:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://watchingapple.com/2008/04/core-animation-paths/#comment-49055</guid>
		<description>hello,

the tutorial is good, but how to convert it to use in iPhone?</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>the tutorial is good, but how to convert it to use in iPhone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve cooley</title>
		<link>http://watchingapple.com/2008/04/core-animation-paths/comment-page-1/#comment-4973</link>
		<dc:creator>steve cooley</dc:creator>
		<pubDate>Thu, 10 Apr 2008 18:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://watchingapple.com/2008/04/core-animation-paths/#comment-4973</guid>
		<description>hey, nice tutorial!  I&#039;m in a cocoa class at a junior college, and I&#039;ve done the big nerd ranch cocoa class...  but I&#039;m still struggling.  I primarily come from web and database programming, but I&#039;m also somewhat proficient in processing (processing.org)... so while my attempt to add an &quot;angle&quot; slider to the star path failed this morning, I felt like I almost got it.  I&#039;ll try it again later.  Thanks very much for posting this code, it really helps me understand what&#039;s going on when I can get visual feedback for the abstract concepts.  That&#039;s what I like about processing, and so maybe using Core Animation as an area to really dig into will help me cement some of the cocoa concepts...  

-steve</description>
		<content:encoded><![CDATA[<p>hey, nice tutorial!  I&#8217;m in a cocoa class at a junior college, and I&#8217;ve done the big nerd ranch cocoa class&#8230;  but I&#8217;m still struggling.  I primarily come from web and database programming, but I&#8217;m also somewhat proficient in processing (processing.org)&#8230; so while my attempt to add an &#8220;angle&#8221; slider to the star path failed this morning, I felt like I almost got it.  I&#8217;ll try it again later.  Thanks very much for posting this code, it really helps me understand what&#8217;s going on when I can get visual feedback for the abstract concepts.  That&#8217;s what I like about processing, and so maybe using Core Animation as an area to really dig into will help me cement some of the cocoa concepts&#8230;  </p>
<p>-steve</p>
]]></content:encoded>
	</item>
</channel>
</rss>

