Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. UIView.animate(
  2. withDuration: 0.5,
  3. delay: 0,
  4. usingSpringWithDamping: 0.7,
  5. initialSpringVelocity: 0.8,
  6. options: .curveEaseInOut,
  7. animations: {
  8. // Do animation
  9.  
  10. }, completion: nil)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement