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 RevenueCat.

SPONSORED Take the pain out of configuring and testing your paywalls. RevenueCat's Paywalls allow you to remotely configure your entire paywall view without any code changes or app updates.

Learn more here

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.