Skip to content

Latest commit

 

History

History

Week10

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Playground: Concurrent Animations

License: MIT Platforms Swift Version PRs Welcome

Week 10 Assignment

Extend UIView to create a synchronous version of animate(withDuration:animations:completion:) so you can take action when a group of animations finishes.

Assignment Requirements completed

  • Extend UIView by Implementing animate(withDuration:animations:group:completion:)
  • Rewrite Animation so user is notified when all the sub-animations finish

Contribution

  • If you have a feature request, open an issue
  • If you want to contribute, submit a pull request

License

MIT License.