Yeah, just change line 20 from .sheet to .fullScreenCover like this: .fullScreenCover(isPresented: $isWelcomeSheetShowing) { WelcomeView(isWelcomeSheetShowing: $isWelcomeSheetShowing) }
Nice video ! Quick question. Would it fix the page indicator not showing if you added .indexViewStyle(PageIndexViewStyle(backgroundDisplayMode: .always)) to the TabView?
Thanks, this was helpful!
No worries, glad it helped.
welcome back to RUclips
Thank you.
Your audio is crisp.. (May I know which mic & audio interface do u use to record voiceovers ?)
It’s a Røde NT-USB Mini.
Can you did the same thing with a fullscreen view instead a issheet?
Yeah, just change line 20 from .sheet to .fullScreenCover like this:
.fullScreenCover(isPresented: $isWelcomeSheetShowing) {
WelcomeView(isWelcomeSheetShowing: $isWelcomeSheetShowing)
}
@@a_swiftly_tilting_planet Thank you very much Sir! I appreciate your fast answer
No worries, hope it helped.
Nice video !
Quick question. Would it fix the page indicator not showing if you added .indexViewStyle(PageIndexViewStyle(backgroundDisplayMode: .always)) to the TabView?
Doesn't seem to work with that modifier either.