<?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 for myCodeStudio</title>
	<atom:link href="http://www.mycodestudio.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mycodestudio.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 28 Dec 2011 02:51:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>Comment on Core Animation by Gary</title>
		<link>http://www.mycodestudio.com/blog/2011/01/10/coreanimation/comment-page-1/#comment-173</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 28 Dec 2011 02:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mycodestudio.com/blog/?p=108#comment-173</guid>
		<description>Hi Paul,

I&#039;m not sure if that would be possible since this animation is more at the CALayer level than at the UIView level (even though the latter has layers). Apple has some nice UIView animations, but they seem to be focused on swapping the whole view out (last time I checked). You could create a reverse-side using layout of a raw layer hierarchy (like a CALayer containing CATextLayer, etc).

Sorry I couldn&#039;t give a more definitive answer!
-Gary</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>I&#8217;m not sure if that would be possible since this animation is more at the CALayer level than at the UIView level (even though the latter has layers). Apple has some nice UIView animations, but they seem to be focused on swapping the whole view out (last time I checked). You could create a reverse-side using layout of a raw layer hierarchy (like a CALayer containing CATextLayer, etc).</p>
<p>Sorry I couldn&#8217;t give a more definitive answer!<br />
-Gary</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Animation by Gary</title>
		<link>http://www.mycodestudio.com/blog/2011/01/10/coreanimation/comment-page-1/#comment-172</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 28 Dec 2011 02:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mycodestudio.com/blog/?p=108#comment-172</guid>
		<description>Can you list what semantic issues you are having?  Also, what version of XCode?

Thanks,
-Gary</description>
		<content:encoded><![CDATA[<p>Can you list what semantic issues you are having?  Also, what version of XCode?</p>
<p>Thanks,<br />
-Gary</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Animation by Paul</title>
		<link>http://www.mycodestudio.com/blog/2011/01/10/coreanimation/comment-page-1/#comment-171</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 21 Dec 2011 09:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mycodestudio.com/blog/?p=108#comment-171</guid>
		<description>Fantastic tutorial! Would it take much to put a view on the back of the layer and have it &#039;scale up&#039; to say 2x it&#039;s original size when tapped ?

I&#039;m thinking it would be nice to have an effect similar to the iPad facebook or skype apps, which show views on the back of images when tapped... would like to know how they did that!</description>
		<content:encoded><![CDATA[<p>Fantastic tutorial! Would it take much to put a view on the back of the layer and have it &#8216;scale up&#8217; to say 2x it&#8217;s original size when tapped ?</p>
<p>I&#8217;m thinking it would be nice to have an effect similar to the iPad facebook or skype apps, which show views on the back of images when tapped&#8230; would like to know how they did that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Animation by Cass</title>
		<link>http://www.mycodestudio.com/blog/2011/01/10/coreanimation/comment-page-1/#comment-170</link>
		<dc:creator>Cass</dc:creator>
		<pubDate>Tue, 20 Sep 2011 03:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mycodestudio.com/blog/?p=108#comment-170</guid>
		<description>When I use this code I get a ton of semantic error messages. I&#039;m too new to iOS to even guess why and I know it can&#039;t be the code since there are sooo many. Help a newbie understand what I&#039;m doing wrong please? :)</description>
		<content:encoded><![CDATA[<p>When I use this code I get a ton of semantic error messages. I&#8217;m too new to iOS to even guess why and I know it can&#8217;t be the code since there are sooo many. Help a newbie understand what I&#8217;m doing wrong please? <img src='http://www.mycodestudio.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Animation by Gary</title>
		<link>http://www.mycodestudio.com/blog/2011/01/10/coreanimation/comment-page-1/#comment-169</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Thu, 01 Sep 2011 14:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mycodestudio.com/blog/?p=108#comment-169</guid>
		<description>Hmm... I see what you are talking about. Let me see what I can do to fix.</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; I see what you are talking about. Let me see what I can do to fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Animation by rob</title>
		<link>http://www.mycodestudio.com/blog/2011/01/10/coreanimation/comment-page-1/#comment-168</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Thu, 01 Sep 2011 09:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mycodestudio.com/blog/?p=108#comment-168</guid>
		<description>Very good. you were right with layer.contents,  its a good tutorial thanks for the help and much appreciated!</description>
		<content:encoded><![CDATA[<p>Very good. you were right with layer.contents,  its a good tutorial thanks for the help and much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Animation by rob</title>
		<link>http://www.mycodestudio.com/blog/2011/01/10/coreanimation/comment-page-1/#comment-167</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Thu, 01 Sep 2011 09:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mycodestudio.com/blog/?p=108#comment-167</guid>
		<description>Very good. you were write with layer.contents,  its a good tutorial thanks for the help and much appreciated!</description>
		<content:encoded><![CDATA[<p>Very good. you were write with layer.contents,  its a good tutorial thanks for the help and much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Animation by Gary</title>
		<link>http://www.mycodestudio.com/blog/2011/01/10/coreanimation/comment-page-1/#comment-166</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Tue, 30 Aug 2011 02:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mycodestudio.com/blog/?p=108#comment-166</guid>
		<description>For images, I think you need to add to layer.contents.  Check out the following as an example:
http://www.raywenderlich.com/2502/introduction-to-calayers-tutorial</description>
		<content:encoded><![CDATA[<p>For images, I think you need to add to layer.contents.  Check out the following as an example:<br />
<a href="http://www.raywenderlich.com/2502/introduction-to-calayers-tutorial" rel="nofollow">http://www.raywenderlich.com/2502/introduction-to-calayers-tutorial</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Animation by rob</title>
		<link>http://www.mycodestudio.com/blog/2011/01/10/coreanimation/comment-page-1/#comment-165</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Mon, 29 Aug 2011 16:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mycodestudio.com/blog/?p=108#comment-165</guid>
		<description>how would i apply an image to these layers? i tried this with no joy
topLayer.image =[UIImage imageNamed:@&quot;pic.png&quot;];


any ideas??</description>
		<content:encoded><![CDATA[<p>how would i apply an image to these layers? i tried this with no joy<br />
topLayer.image =[UIImage imageNamed:@"pic.png"];</p>
<p>any ideas??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Core Animation by hande</title>
		<link>http://www.mycodestudio.com/blog/2011/01/10/coreanimation/comment-page-1/#comment-164</link>
		<dc:creator>hande</dc:creator>
		<pubDate>Sun, 28 Aug 2011 01:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mycodestudio.com/blog/?p=108#comment-164</guid>
		<description>Hello,
thanks you very much for the nice core animation!
But when I put a background image in the view,  the flip animation don&#039;t work perfectly.
How can I fix this problem?</description>
		<content:encoded><![CDATA[<p>Hello,<br />
thanks you very much for the nice core animation!<br />
But when I put a background image in the view,  the flip animation don&#8217;t work perfectly.<br />
How can I fix this problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

