iPad: Animate UILabels color changing

后端 未结 7 396
礼貌的吻别
礼貌的吻别 2020-12-04 20:37

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

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-04 20:42

    Add this before your call to commitAnimations:

    [UIView setAnimationTransition:UIViewAnimationTransitionNone forView:mLabel cache:YES];
    

提交回复
热议问题