Monday, December 30, 2019

Who wants a SwiftUI Transition Animation Challenge?

SwiftUI Challenges

In the SwiftUI Animation books, I issue challenges at the end of the chapters. The goal is to:


  1. Teach some concepts with plenty of video examples and reusable code samples

  2. Take you through a step-by-step exercise

  3. Summarize what you just learned

  4. Quiz you on some key points

  5. Challenge you to build something with criteria

Here is a challenge at the end of the chapter on SwiftUI Transitions.

Challenges range in difficulty. Some are easy and some are more difficult.

This may seem easy but remember, you have to use transitions to accomplish this. And the timing has to be correct too. You should see one transition first and then the second one start before the first has ended.

What's tricky is you have to take into account distance traveled when it comes to animations and timing.

Want to get started with SwiftUI Animations for free? Then get my SwiftUI Animations Quick Start book!

You will go from complete beginner and understand the basic animation concepts in SwiftUI to making your app look it's best in no time using my custom teaching method and plenty of videos for each code sample.



transition_challenge1.gif

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...