Making Dating App Animation in SwiftUI [Video]
In this video, I’ll show you how to make dating app animation in SwiftUI. The first part is recreating a swiping card animations like in popular dating apps such as Tinder and Bumble. In this part, you’ll learn how to use drag gesture with @GestureState to move multiple views at once to create subtle animations. The second part, I’ll make a view showing people liking each other. I’ll walk you through the process on how I create complex animations. Furthermore, I’ll create a particle effect using a powerful SwiftUI library called Vortex, created by Paul Hudson from Hacking with Swift. Finally, I’ll combine those views together with SwiftUI navigation. What you’ll learn: How to use DragGesture and @GestureState to perform subtle animations SwiftUI translation and transformation view modifiers A process to create complex animations Installing package using Swift Package Manager How to use Vortex to create beautiful particle effects Please check out my channel - AppDuck for more videos! There are other videos I've made about cool animations in SwiftUI. I also upload Swift and SwiftUI knowledge videos weekly!
![Making Dating App Animation in SwiftUI [Video]](https://media2.dev.to/dynamic/image/width%3D1000,height%3D500,fit%3Dcover,gravity%3Dauto,format%3Dauto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6kvsi5l3r8oczv6bmoo0.jpg)
In this video, I’ll show you how to make dating app animation in SwiftUI.
- The first part is recreating a swiping card animations like in popular dating apps such as Tinder and Bumble. In this part, you’ll learn how to use drag gesture with
@GestureState
to move multiple views at once to create subtle animations. - The second part, I’ll make a view showing people liking each other. I’ll walk you through the process on how I create complex animations. Furthermore, I’ll create a particle effect using a powerful SwiftUI library called Vortex, created by Paul Hudson from Hacking with Swift.
- Finally, I’ll combine those views together with SwiftUI navigation.
What you’ll learn:
- How to use
DragGesture
and@GestureState
to perform subtle animations - SwiftUI translation and transformation view modifiers
- A process to create complex animations
- Installing package using Swift Package Manager
- How to use Vortex to create beautiful particle effects
Please check out my channel - AppDuck for more videos! There are other videos I've made about cool animations in SwiftUI. I also upload Swift and SwiftUI knowledge videos weekly!