Tuesday, December 10, 2019

Learn SwiftUI Animations Through Challenges?

I had a blast this weekend adding 70+ pages to the #SwiftUI Animations book.
Here’s the challenge I put together for you guys to solve using what the chapter on Spring Animations taught you!
SpringAnimationChallenge.gif
In the book, SwiftUI Animations, I guide you through animations, options, parameters, plenty of examples, all through the use of real code AND VIDEO examples.
This is a textbook.
That means:
  • I teach you with examples so you can SEE the code and the video examples together.
  • I walk you through practicals so you know how to build up the animation from the ground up so you can get real, hands-on experience.
  • Read the summary that touches upon the most important parts of the chapter. The more times you see something, the more you’ll remember.
  • Answer questions in the quizzes to get you thinking through problems with what you just learned.
  • Then you move on to the challenges and see if you can push yourself accomplish some cool animations with SwiftUI.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

SwiftUI Search & Filter with Combine - Part 3 (iOS, Xcode 13, SwiftUI, 2...

In part 3 of the Searchable video series, I show you how to use Combine in #SwiftUI for the search and filter logic connected to the searcha...