From dfd2682bc68fbbb4c13a2a00d87ffd1eb9ae540f Mon Sep 17 00:00:00 2001 From: paranoidjk Date: Sun, 1 Dec 2024 19:28:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=20ios18=20=E4=B8=8B=E9=9D=A2=E5=8F=AA?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=AC=AC=E4=B8=80=E4=B8=AA=20tab=20=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 2 +- V2exOSiOS/Views/HomeView.swift | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/V2exOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/V2exOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 4e57150..130fa70 100644 --- a/V2exOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/V2exOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -42,7 +42,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/xmartlabs/PagerTabStripView.git", "state" : { - "revision" : "69921e0c755be7ff71d1e19f70b6179e432b8b0b" + "revision" : "eee372609bc6ed8f777d0d0884d8e9d25074e266" } }, { diff --git a/V2exOSiOS/Views/HomeView.swift b/V2exOSiOS/Views/HomeView.swift index f2af677..bed5ddc 100644 --- a/V2exOSiOS/Views/HomeView.swift +++ b/V2exOSiOS/Views/HomeView.swift @@ -38,6 +38,7 @@ struct HomeView: View { } } .pagerTabStripViewStyle(.scrollableBarButton(tabItemSpacing: 20)) + .frame(maxWidth: .infinity, maxHeight: .infinity) .toolbar(.hidden, for: .automatic) } }