Questions tagged «cgaffinetransformscale»

15
缩放UIButton动画-Swift [关闭]
关闭。这个问题需要调试细节。它当前不接受答案。 想改善这个问题吗?更新问题,使其成为Stack Overflow的主题。 去年关闭。 改善这个问题 我正在尝试UIButton为其单击时进行缩放动画,但是我想要完成的是单击按钮时我需要将UIButton其缩小到内部,然后使其恢复到相同的大小(如气泡)。 我尝试了以下方法: button.transform = CGAffineTransformMakeScale(-1, 1) UIView.animateWithDuration(0.5, animations: { () -> Void in button.transform = CGAffineTransformMakeScale(1,1) })
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.