feat: tab bar auto-hides on scroll (iOS 26 tabBarMinimizeBehavior)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -43,6 +43,7 @@ struct MainTabView: View {
|
|||||||
.tag(2)
|
.tag(2)
|
||||||
}
|
}
|
||||||
.tint(Color.accentWarm)
|
.tint(Color.accentWarm)
|
||||||
|
.tabBarMinimizeBehavior(.onScrollDown)
|
||||||
|
|
||||||
// Floating buttons
|
// Floating buttons
|
||||||
VStack {
|
VStack {
|
||||||
|
|||||||
Reference in New Issue
Block a user