UIButton 上的动画
我想向按钮添加动画。当触摸按钮时,它应该震动一段时间。那么与之链接的任何方法都应该得到调用。
I want to add animation to a button.when a button is touched it should shake for some duration. Then whatever method is linked with it should get call.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从动画开始:
UIView 摇动动画
然后实现 animationDidStop:finished: 在动画完成时执行某些操作。
此致。
Start with this for the animation:
UIView shake animation
Then implement animationDidStop:finished: to perform some action when the animation has finished.
Best regards.