Top "Cgaffinetransformscale" questions

Scale UIButton Animation- Swift

I'm trying to do scale animation for UIButton when its clicked but what I'm trying to accomplish is when the …

ios swift cgaffinetransformscale
Animation Grow/Decrease Size imageView iOS

I'm trying to animate a custom button using CGAffineTransformMakeScale as follows: if (stateButton == 0) { //The button is gonna appear self.selected = …

ios uiimageview cgaffinetransform cgaffinetransformscale
iOS view transform animation

I'm probably missing something simple, but trying to do a simple "Ken Burns Effect" with an image view. First the …

objective-c ios core-animation cgaffinetransformscale
Applying a Scale AffineTransform to a UIView changes its center

I'm running this code to shrink a UIView when the user taps on its superview. However, when applying the CGAffineTransformScale(), …

cocoa-touch uiview core-animation cgaffinetransform cgaffinetransformscale
Swift CGAffineTransformScale to a scale, not by a scale

Let's say I scale a UILabel using a CGAffineTransformScale like so: let scale = 0.5 text = UILabel(frame: CGRectMake(100, 100, 100, 100)) text.text = "Test" …

ios swift uilabel cgaffinetransformscale
UIView: how to "reset" transformations. CGAffineTransformScale not working as I would expect

I think my question can be summed up as how to store and reset the transform of a view. But …

ios uiview autoresize cgaffinetransformscale