Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 927 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 927 Bytes

Picnic

Animations are everywhere in iOS. In this tutorial, you’ll learn to chain the basic UIView animations together to create incredibly satisfying effects!

Throughout this tutorial, you’ve used

  • animate(withDuration:animations:)
  • animate(withDuration:animations:completion:)
  • animateKeyframes(withDuration:delay:options:animations:completion:)
  • performSystemAnimation(animation:onViews:options:animations:completion:)
  • animate(withDuration:delay:usingSpringWithDamping:initialSpringVelocity:options:animations:completion)

screenshot

screenshot


Source: