TEAM LICENSES: Save money and learn new skills through a Hacking with Swift+ team license >>

UIView animate transform method from top left and not centre

Forums > iOS

@00jim  

I think that I've written my ShapeGenerator class wrong, as now I come to use a transform on a shape, it will do so from the top left of the UIView created (the shape), rather than the centre:

            UIView.animate(withDuration: 0.7, animations: {
                shape.transform = CGAffineTransform(scaleX: 2.0, y: 2.0)
            }

line : 265 https://github.com/kwolk/GeometricBG/blob/master/GeometricBG/ViewController.swift

I found that setting the shape with a centre of half the radius (x and y) in the ShapeGenerator class (line: 64) would allow the transform method to sxpand from the centre, but then they always placed at the top left of the view.

What to do ?

3      

Hacking with Swift is sponsored by Superwall.

SPONSORED Superwall lets you build & test paywalls without shipping updates. Run experiments, offer sales, segment users, update locked features and more at the click of button. Best part? It's FREE for up to 250 conversions / mo and the Superwall team builds out 100% custom paywalls – free of charge.

Learn More

Sponsor Hacking with Swift and reach the world's largest Swift community!

Reply to this topic…

You need to create an account or log in to reply.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.