Making Dating App Animation in SwiftUI [Video]

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!

Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
sunday-rewind:-lessons-learned-from-leading-products-by-natalia-williams

Sunday Rewind: Lessons learned from leading products by Natalia Williams

Next Post
aws-ecs-vs-sliplane

AWS ECS vs Sliplane

Related Posts
harmonyos-next中密码类数据保护场景解析

HarmonyOS Next中密码类数据保护场景解析

本文旨在深入探讨华为鸿蒙HarmonyOS Next系统(截止目前 API12)在开发多语言电商平台方面的技术细节,基于实际开发实践进行总结。主要作为技术分享与交流载体,难免错漏,欢迎各位同仁提出宝贵意见和问题,以便共同进步。本文为原创内容,任何形式的转载必须注明出处及原作者。 在当今数字化时代,密码类数据的保护对于应用的安全性和用户体验至关重要。无论是登录账号、进行金融交易还是访问敏感信息,密码都起着关键的作用。HarmonyOS Next作为一款先进的操作系统,其提供的Asset Store Kit为密码类数据的安全存储和管理提供了强大的解决方案。 (一)引言 密码类数据保护的重要性    – 在移动应用领域,密码类数据是用户身份验证的核心凭证。一旦密码泄露,用户的账号安全将受到严重威胁,可能导致个人信息被窃取、财产遭受损失等严重后果。例如,在金融类应用中,如果用户的登录密码被泄露,黑客可能会非法访问用户的账户,进行转账、消费等操作。因此,确保密码类数据的安全性是应用开发者必须首要考虑的问题。 Asset Store Kit的关键作用    – HarmonyOS…
Read More