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 137f009 commit 8252183Copy full SHA for 8252183
ios/TabViewImpl.swift
@@ -63,7 +63,7 @@ struct TabViewImpl: View {
63
renderTabItem(at: index)
64
}
65
66
- #if !os(tvOS)
+#if !os(tvOS)
67
.onTabItemEvent({ index, isLongPress in
68
guard let key = props.items.filter({
69
!$0.hidden || $0.key == props.selectedPage
@@ -77,7 +77,7 @@ struct TabViewImpl: View {
77
emitHapticFeedback()
78
79
})
80
- #endif
+#endif
81
.introspectTabView(closure: { tabController in
82
tabBar = tabController.tabBar
83
@@ -94,9 +94,9 @@ struct TabViewImpl: View {
94
UIView.setAnimationsEnabled(true)
95
96
97
- #if os(tvOS)
+#if os(tvOS)
98
onSelect(newValue)
99
100
101
102
0 commit comments