使用动画修改 imageView 的宽度
我有一个图像“image1”,它是一个 UIButton,我想要的是,如果我触摸这个按钮,图像的宽度乘以二(带动画)而不是高度只是宽度。 抱歉我的英语我是法国人:/
I have an image "image1" which is a UIButton and what I want is that if I touch this button, the width of the image is multiplied by two (with animation)not the height just the width.
sorry for my english I'm french :/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于块动画来说这相当容易。只需尝试一下:
这应该会将 imageView 的宽度缩放 2 倍。希望有帮助!
This is fairly easy with block animation. Simply try:
This should scale your imageView's width by 2. Hope that helps!
老式的方式(iOS 4.0之后不推荐,但仍然有效):
The old fashioned way (not recommended after iOS 4.0, but still works):