I have a label which pops up displaying points in my application. I am using the following code to make the label get larger in scale, then smaller. I would also like to ani
Add this before your call to commitAnimations:
commitAnimations
[UIView setAnimationTransition:UIViewAnimationTransitionNone forView:mLabel cache:YES];