SplashScreen for iOS in SwiftUI Tutorial 2022 (Xcode)

preview_player
Показать описание
In today’s lesson I will be showing you how you can create a SplashScreen in SwiftUI using Xcode. It’s very fast, easy, and intuitive.

Рекомендации по теме
Комментарии
Автор

I loved the moment you joked about creating VStacks!

sasanhabibian
Автор

This is a very workable solution to get around the seemingly broken plist settings for launch screen image from the plist file. (I tried out splash screen methods using plist only to discover iOS stretches the image to fullscreen 50% of the time on device installs.). This still gives you the welcome effect but there's still the problem of the multi-second blank screen when opening apps for the very first time. First impressions are crucial.

SeriousCat
Автор

wrong approach, white screen at beginning should not be appear. you should add launch screen to info list also.

sipanhazim
Автор

Thanks for your “right to the point” video! Thanks for helping we “new coders” to get rich 😁🌹

JayGallie
Автор

That VStack inception joke got me good

insrt
Автор

Thanks for posting this. I attempted using a launch screen file but couldn't differentiate between the macOS and iOS target so I couldn't run the macOS app. This was the perfect solution. Set my plist background to my Splash screen view background color and it melds into each other. :)

kyraIsMe
Автор

Underrated IQ. Very awesome workaround

edutyl
Автор

Thank you so much for this video.
I could create the splash screen in easy way

weich
Автор

Wow amazing tutorial. I will implement this into my app! And I will like, subscribe and watch more of your tutorials

bryceellis
Автор

Thank you for this tutorial!! Now I can have the view I wanted for my project x)

shoconakaki
Автор

Very clear presentation. Works a treat! Thanks.

rickevertsz
Автор

tks for the video! it was very helpful!

AdailtonSilvaSP
Автор

Very good video. However, after the latestXcode update I get the following error [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)"). Why is this happening?

sjwilliams
Автор

Amazingly very easy to understand video.. Please do make more videos on e-commerce development app…

kavitasoni
Автор

fantastic tutorial. I appreciate it. New to the channel. Look forward to more videos.

degarmo
Автор

withAnimation doesn't give the same transition as in the video. Everything else is the same, do you know why this might be?

igormorzan
Автор

Great tutorial! I wanted to use my gif as my splash screen, but It won't scale correctly. How can I ensure that the gif is scaled to fill the page?

bronwynpotgieter
Автор

Thanks for the video, it works smoothly but when I need to add NavigationView the animation changes, I'm trying to figure that one out.

thaisa
Автор

What is the outside VStack for? It doesn’t seem to do anything - can be removed and SplashScreen works just the same

andrewbrown
Автор

Thanks for the vids.
I'm getting an error at ContentView() above the VStacks.The error says "Cannot find 'ContentView' in scope". I'm trying to make a Splash Screen for a AR app and catching hell. Thanx

conz