Tag: tutorial
-
Animations in Views
It’s a very Apple-thinking thing to be learning about making beautiful and intuitive user experiences this early in a programing tutorial as I am with the 100 Days of Swift UI series. Here’s a quick look at three different ways of doing animation in SwiftUI Views. Implicit animation An implicit animation in SwiftUI is when…