Tuesday, July 1, 2014

IPhone: UIView animation


Before any change
 [UIView beginAnimations:nil context:NULL];
    [UIView setAnimationDuration:0.2]; 


after the change

 [UIView commitAnimations];

No comments:

Post a Comment