We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58bdb8b commit 4465142Copy full SHA for 4465142
1 file changed
TableProMobile/TableProMobile/Views/OnboardingView.swift
@@ -17,6 +17,7 @@ struct OnboardingView: View {
17
getStartedPage.tag(1)
18
}
19
.tabViewStyle(.page(indexDisplayMode: .always))
20
+ .indexViewStyle(.page(backgroundDisplayMode: .always))
21
.sheet(isPresented: $showAddConnection, onDismiss: {
22
if didAddConnection {
23
completeOnboarding()
0 commit comments