Skip to content

Commit

Permalink
Merge pull request #35 from paranoidjk/ios18
Browse files Browse the repository at this point in the history
  • Loading branch information
isaced authored Dec 1, 2024
2 parents b40a4e0 + dfd2682 commit 3e8d5af
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 3e8d5af

Please sign in to comment.