Skip to content

Instantly share code, notes, and snippets.

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