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 :/
I have an image image1 which is a UIButton and what I want is
Share
This is fairly easy with block animation. Simply try:
This should scale your imageView’s width by 2. Hope that helps!