Skip to content

Instantly share code, notes, and snippets.

@stevencurtis
Created May 15, 2020 16:33
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 stevencurtis/444091ccfa9f38c9dffa5cb3b82a8e58 to your computer and use it in GitHub Desktop.
Save stevencurtis/444091ccfa9f38c9dffa5cb3b82a8e58 to your computer and use it in GitHub Desktop.
animatecompletion
UIView.animate(withDuration: 5.0, animations: {
self.coverView.alpha = 0.0
self.coverBottomConstraint = newBottomConstraint
self.view.layoutIfNeeded()
}) { _ in
self.coverView.removeFromSuperview()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment