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/3d5392b055766d3e9b510aeda21ad753 to your computer and use it in GitHub Desktop.
Save dejanskledar/3d5392b055766d3e9b510aeda21ad753 to your computer and use it in GitHub Desktop.
UIView.animate(withDuration: 1, animations: {
view.frame.origin.x += 200
}, completion: { _ in
UIView.animate(withDuration: 1, animations: {
view.backgroundColor = .green
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment