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 21df496 commit 76bcc2dCopy full SHA for 76bcc2d
Examples/Showcase/Showcase/AppView.swift
@@ -46,7 +46,7 @@ struct ContentView: View {
46
.tag(5)
47
}
48
#if os(iOS) || os(tvOS)
49
- .introspect(.tabView, on: .iOS(.v15, .v16, .v17, .v18, .v26), .tvOS(.v13, .v14, .v15, .v16, .v17, .v18, .v26)) { tabBarController in
+ .introspect(.tabView, on: .iOS(.v15, .v16, .v17, .v18, .v26), .tvOS(.v15, .v16, .v17, .v18, .v26)) { tabBarController in
50
if #available(iOS 26, macOS 26, tvOS 26, *) {
51
tabBarController.tabBar.backgroundColor = .green
52
} else {
0 commit comments