From cfb09591cb97a2fa3f4bcb36cf3f570920a90f25 Mon Sep 17 00:00:00 2001 From: Yusuf Suleman Date: Fri, 3 Apr 2026 19:46:36 -0500 Subject: [PATCH] feat: tab bar auto-hides on scroll (iOS 26 tabBarMinimizeBehavior) Co-Authored-By: Claude Opus 4.6 (1M context) --- ios/Platform/Platform/ContentView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/Platform/Platform/ContentView.swift b/ios/Platform/Platform/ContentView.swift index 2955b76..39c86b1 100644 --- a/ios/Platform/Platform/ContentView.swift +++ b/ios/Platform/Platform/ContentView.swift @@ -43,6 +43,7 @@ struct MainTabView: View { .tag(2) } .tint(Color.accentWarm) + .tabBarMinimizeBehavior(.onScrollDown) // Floating buttons VStack {