Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save douglastaquary/3051fc8483621f1cac5abb76b4e8137a to your computer and use it in GitHub Desktop.
Save douglastaquary/3051fc8483621f1cac5abb76b4e8137a to your computer and use it in GitHub Desktop.
UIView.animate(withDuration: 1.0, delay: 1.0,
usingSpringWithDamping: 0.6,
initialSpringVelocity: 0.8,
options: [], animations: {
self.viewNotBlur.center.y -= self.view.bounds.height
}, completion: nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment