Skip to content

Commit

Permalink
fix: 升级依赖解决 ios18 下面只显示第一个 tab 的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoidjk committed Dec 1, 2024
1 parent 8ef12ed commit dfd2682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/xmartlabs/PagerTabStripView.git",
"state" : {
"revision" : "69921e0c755be7ff71d1e19f70b6179e432b8b0b"
"revision" : "eee372609bc6ed8f777d0d0884d8e9d25074e266"
}
},
{
Expand Down
1 change: 1 addition & 0 deletions V2exOSiOS/Views/HomeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ struct HomeView: View {
}
}
.pagerTabStripViewStyle(.scrollableBarButton(tabItemSpacing: 20))
.frame(maxWidth: .infinity, maxHeight: .infinity)
.toolbar(.hidden, for: .automatic)
}
}
Expand Down

0 comments on commit dfd2682

Please sign in to comment.