<?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: Mirror, flip, inverse, invert, stop drop and roll</title>
	<atom:link href="http://blog.thedailyanvil.com/?feed=rss2&#038;p=75" rel="self" type="application/rss+xml" />
	<link>http://blog.thedailyanvil.com/?p=75</link>
	<description></description>
	<lastBuildDate>Mon, 28 Jun 2010 03:59:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: byron</title>
		<link>http://blog.thedailyanvil.com/?p=75&#038;cpage=1#comment-9</link>
		<dc:creator>byron</dc:creator>
		<pubDate>Fri, 23 Jan 2009 00:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thedailyanvil.com/?p=75#comment-9</guid>
		<description>I haven&#039;t attempted any rotations yet, so instead of providing bad advice I&#039;m going to pass on a link to some code snippets which may have an answer. Standford is hosting &lt;a href=&quot;http://www.stanford.edu/class/cs193p/cgi-bin/index.php&quot; rel=&quot;nofollow&quot;&gt;lecture notes and example code&lt;/a&gt; for their iPhone Application Programming course. Lecture 15 features rotation examples and will hopefully have what you&#039;re looking for. Best of luck!</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t attempted any rotations yet, so instead of providing bad advice I&#8217;m going to pass on a link to some code snippets which may have an answer. Standford is hosting <a href="http://www.stanford.edu/class/cs193p/cgi-bin/index.php" rel="nofollow">lecture notes and example code</a> for their iPhone Application Programming course. Lecture 15 features rotation examples and will hopefully have what you&#8217;re looking for. Best of luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naren</title>
		<link>http://blog.thedailyanvil.com/?p=75&#038;cpage=1#comment-8</link>
		<dc:creator>Naren</dc:creator>
		<pubDate>Thu, 22 Jan 2009 11:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thedailyanvil.com/?p=75#comment-8</guid>
		<description>Hi,
I am trying to rotate my image view upto some radians depends on the fingers touch, i m getting angle by
atan2(diffX,diffY), that is difference between old x , pos and y pos,
then 
CGAffineTransform transform = CGAffineTransformMakeRotation(angle);
myImageView.transform = transform;

no error nothing, it compile well runs well but image is still there only,
not getting any rotation. can you help me where i m going wrong.
thanks a lot</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am trying to rotate my image view upto some radians depends on the fingers touch, i m getting angle by<br />
atan2(diffX,diffY), that is difference between old x , pos and y pos,<br />
then<br />
CGAffineTransform transform = CGAffineTransformMakeRotation(angle);<br />
myImageView.transform = transform;</p>
<p>no error nothing, it compile well runs well but image is still there only,<br />
not getting any rotation. can you help me where i m going wrong.<br />
thanks a lot</p>
]]></content:encoded>
	</item>
</channel>
</rss>
