Animate rotation

by alex 7. October 2010 02:32

//Start 180 degrees rotation

[UIView beginAnimations:nil context:NULL];

[UIView setAnimationDuration:0.2];

 

refreshArrow.transform = CGAffineTransformMakeRotation(M_PI);

 

[UIView commitAnimations];


Tags:

General

Powered by BlogEngine.NET 1.4.5.0
Theme by Mads Kristensen