Created
October 11, 2017 12:59
-
-
Save marekkrzynowek/4b006b6460c68098cee04cdfe6a9fade to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UIView.animate(withDuration: 1) { | |
smallSquare.layer.position = CGPoint(x: 60, y: 60) | |
smallSquare.transform = CGAffineTransform.identity.scaledBy(x: 2, y: 2) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment