Skip to content

Instantly share code, notes, and snippets.

@joncardasis
Created May 31, 2017 20:37
Show Gist options
  • Save joncardasis/8333bc02e78f4560dfed9f845bced949 to your computer and use it in GitHub Desktop.
Save joncardasis/8333bc02e78f4560dfed9f845bced949 to your computer and use it in GitHub Desktop.
[Medium Gists] Common Animation Pattern
UIView.animate(withDuration: 1.0) {
self.button.frame = CGRect(x: 0, y: 0, width: 100, height: 100)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment