Skip to content

Instantly share code, notes, and snippets.

@marekkrzynowek
Created October 11, 2017 12:56
Show Gist options
  • Select an option

  • Save marekkrzynowek/c4b8451403a404063bd8e8cd1fccd564 to your computer and use it in GitHub Desktop.

Select an option

Save marekkrzynowek/c4b8451403a404063bd8e8cd1fccd564 to your computer and use it in GitHub Desktop.
UIView.animate(withDuration: 1) {
smallSquare.layer.position = CGPoint(x: 60, y: 60)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment