【发布时间】:2010-04-12 04:40:20
【问题描述】:
我希望它是动画的,所以我使用[UIView beginAnimations]
我尝试过使用button.imageView.frame(图像设置为imageView)制作动画,但它只对位置进行动画处理,图像根本不会按比例缩小。
使用hateButton.frame(当图像设置为backgroundImage 时),backgroundImage 会按比例缩小,但不是动画。
如何对 UIButton 图像进行动画缩放?
【问题讨论】:
标签: iphone uiimageview uiimage uibutton