Monday, April 11, 2011

Creating Basic Animations on iPhone

[UIView beginAnimations:@"MoveAndStrech" context:nil];
[UIView setAnimationDuration:1];
[UIView setAnimationBeginsFromCurrentState:YES];

[UIView commitAnimations];

http://www.switchonthecode.com/tutorials/creating-basic-animations-on-iphone

No comments:

Post a Comment