Skip to content

Instantly share code, notes, and snippets.

@dejanskledar
Created December 20, 2017 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dejanskledar/2e03c9769d9b40177384bc2ae4794f01 to your computer and use it in GitHub Desktop.
Save dejanskledar/2e03c9769d9b40177384bc2ae4794f01 to your computer and use it in GitHub Desktop.
UIView.animate(withDuration: 1) {
// Animate your views here
view.frame.origin.x += 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment