Tutorials Stephen Feuerstein Tutorials Stephen Feuerstein

Using Transitions in SwiftUI

Views in SwiftUI can be added to and removed from other views easily by checking a state property. When views are added or removed using just a normal bool check they are automatically given a fade in/out transition by default. That’s great for a lot of cases, but what if you want to do something different, like show a message coming in from the top?

Read More