Friday, October 10, 2014

[UIView beginAnimations:nil context:nil];
[UIView setAnimationDuration:0.3];

[UIView setAnimationCurve:UIViewAnimationCurveEaseIn];
//your code
[UIView commitAnimations];

No comments:

Post a Comment