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 090c4d4 commit 332bd32Copy full SHA for 332bd32
Examples/Showcase/Showcase/AppView.swift
@@ -50,7 +50,7 @@ struct ContentView: View {
50
tabBarController.tabBar.layer.backgroundColor = UIColor.green.cgColor
51
}
52
#elseif os(macOS)
53
- .introspect(.tabView, on: .macOS(.v10_15, .v11, .v12, .v13, .v14, .v15)) { splitView in
+ .introspect(.tabView, on: .macOS(.v10_15, .v11, .v12, .v13, .v14)) { splitView in
54
splitView.subviews.first?.layer?.backgroundColor = NSColor.green.cgColor
55
56
#endif
0 commit comments