Created
May 2, 2018 21:34
-
-
Save douglastaquary/3051fc8483621f1cac5abb76b4e8137a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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