Animating Carrousel Transitions in SwiftUI
Hello televisions and pans, Leo here. Today we will talk about animating view transitions in SwiftUI. The first thing that should come to your mind is that we will use the SwiftUI Transition API and you are absolutely right. But of course, we will also add some twists with Tab Views too. The transition API […]
Creating Animations with SwiftUI’s Mask View Modifier
Hallo mijn vrienden, Leo hier. Today we will explore the Mask View Modifier in SwiftUI. Are you an iOS app developer looking to create a great user interface for your app? Well, if you’re not already using SwiftUI, you’re missing out on one of the most powerful tools for building apps for iOS, iPadOS, macOS, […]
The Art of Sequential Animations in SwiftUI: Tips, Tricks, and Examples
Hallo vrienden, Leo hier. Today we will explore a wonderful world of sequential animations in SwiftUI. Let me tell you about sequential animations in SwiftUI. They’re super cool because they let you animate multiple views or changes to views in a specific order. That means you can create some pretty intricate animations that have multiple […]
How to create Sound Wave Animation with TimelineView and Canvas in SwiftUI
Hallo koningen en koninginnen, Leo hier. Today we will explore TimelineView and Canvas in SwiftUI. The TimelineView is very straightforward and a great addition to iOS 15, it is just a view that updates according to a preset scheduler that you can provide. This scheduler can be fixed dates in the future, or a simple […]
Mastering Long Press Gestures in SwiftUI: A Mini-Game Tutorial
Gelukkig Nieuwjaar Allemaal, Leo hier. Today we will build a mini-game in SwiftUI with long press gestures. I’m more inclined to build more and more stuff with SwiftUI this year. I still need to dive deep into it, to learn all the little details I’m missing in the big picture of my studies. For example, […]
Animated Background in SwiftUI
Hallo mijn vrienden, Leo hier. Today we will study an animated background in SwiftUI. SwiftUI definitely makes things easier, components that in the past you should spend days trying to do you can now do it in minutes. This is also true for animations. I love animations, and that is one of the topics that […]
Animated Launch Screen in SwiftUI
Hallo handdoeken en wastafels, Leo hier. Today we will do an animated launch screen in SwiftUI. Launch screens are controversial. Some argue that you shouldn’t have them and instead put a skeleton view or use the redacted view modifier to all your first screen views until the content is fully loaded. On the other hand, people are used […]