PageTabViewStyle

A TabViewStyle that displays a paged scrolling TabView.

PageTabViewStyle - iOS Liquid Glass Light Mode Preview

Platform Compatibility

iOS 14.0+ iPadOS 14.0+ watchOS 7.0+ tvOS 14.0+ visionOS 1.0+

Tags

SwiftUI Code

Docs
TabView {
    Tab {
        Text("0")
    }

    Tab("1", systemImage: "1.circle") {
        Text("1")
    }

    Tab("2", image: "cats24x24") {
        Text("2")
    }

    Tab {
        Text("3")
    } label: {
        Label("3", systemImage: "3.circle")
    }
}
.tabViewStyle(.page)

Found an issue or have a suggestion?

Created: April 11, 2026Updated: April 11, 2026
Connect Wizard

Connect Wizard

Unlock hidden App Store Connect analytics

Pre-order