Friday, January 3, 2020

Sneak Peek at the Second SwiftUI Transition Animation Challenge

Here is another sneak peek at a challenge to readers of the #SwiftUI Animations Mastery book. You have to put this together using nothing but transitions. 😲



Transitions can:
  • Save you a lot of time
  • Work on any size device without you having to do any extra work
  • Can be combined together
  • Can be customized so you can have a different animation when the view is added and another animation when the view is removed.

You will be able to do this challenge easily after going through this chapter on transitions. 😉👍

Animations are fun! Get started with my FREE book today: https://www.bigmountainstudio.com/swiftui-animations-free


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