Skip to content

Instantly share code, notes, and snippets.

@marekkrzynowek
Created October 11, 2017 12:59
Show Gist options
  • Save marekkrzynowek/4b006b6460c68098cee04cdfe6a9fade to your computer and use it in GitHub Desktop.
Save marekkrzynowek/4b006b6460c68098cee04cdfe6a9fade to your computer and use it in GitHub Desktop.
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