SwiftUI Twitter Custom Splash Screen - SVG Clipping - Reverse Masking - Xcode 13 - SwiftUI Tutorials

preview_player
Показать описание
Hello Guys 🖐🖐🖐🖐
In this Video I'm going to show how to create Stylish Twitter Splash Screen With SVG Clipping And Reverse Masking Using SwiftUI 3.0 | SwiftUI Custom Splash Screen | SwiftUI SVG | SwiftUI Reverse Masking | SwiftUI Adding SVG | SwiftUI Custom Splash Screen | SwiftUI Animated Splash Screen | SwiftUI Complex UI | SwiftUI Custom Animations | SwiftUI Complex Animations | Swift | SwiftUI Xcode 13 | SwiftUI for iOS 15 | Xcode 13 SwiftUI.
#wwdc #swiftui #ios #xcode #animation

► Support Us
Or By Visiting the Link Given Below:

► My MacBook Specs
M1 MacBook Pro(16GB)
Xcode Version: 13
macOS Version: 11.5.2 Big Sur

► Social Platforms

► Timestamps
0:00 Intro
0:22 Project SetUp
0:42 Building Custom Splash Screen

Thanks for watching
Make sure to like and Subscribe For More Content !!!
Рекомендации по теме
Комментарии
Автор

Add this to remove splash screen after the animation has been finished
@State var removeSplashScreen: Bool = false
...
Add this after splashAnimation.toogle()
.now() + 0.3) {
removeSplashScreen = true
}
....

Just Wrap Splash screen with a if condition
if !removeSplashScreen{
Color("BG")

}

Kavsoft
Автор

I always admire from your simplicity ... thank you

Mahadev-xu
Автор

Could you do a tutorial on how to make the passion page from Tinder? Thank you!

jacoblucas