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 dc07e05 commit caf1bd0Copy full SHA for caf1bd0
Examples/Showcase/Showcase/AppView.swift
@@ -35,7 +35,7 @@ struct ContentView: View {
35
ControlsShowcase()
36
.tabItem { Label("Controls", systemImage: "5.circle") }
37
UIViewRepresentableShowcase()
38
- .tabItem { Label("UIViewRepresentables", systemImage: "6.circle") }
+ .tabItem { Label("UIViewRepresentable", systemImage: "6.circle") }
39
}
40
#if os(iOS) || os(tvOS)
41
.introspect(.tabView, on: .iOS(.v13, .v14, .v15, .v16, .v17, .v18, .v26), .tvOS(.v13, .v14, .v15, .v16, .v17, .v18, .v26)) { tabBarController in
0 commit comments