Skip to content

Instantly share code, notes, and snippets.

@dejanskledar
Created December 20, 2017 08:12
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 dejanskledar/bb8c740b06c43eca1594eb9dcf61a1e9 to your computer and use it in GitHub Desktop.
Save dejanskledar/bb8c740b06c43eca1594eb9dcf61a1e9 to your computer and use it in GitHub Desktop.
UIView.animateKeyframes(withDuration: 5, delay: 0, animations: {
// Add animations
}, completion:{ _ in
print("I'm done!")
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment