Skip to content

Commit

Permalink
fixes #140, problem where only the first tab appears on ios 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfunley committed Sep 23, 2024
1 parent 69921e0 commit 9c3a149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PagerTabStripView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private struct WrapperPagerTabStripView<SelectionType, Content>: View where Sele

@MainActor public var body: some View {
GeometryReader { geometryProxy in
LazyHStack(spacing: 0) {
HStack(spacing: 0) {
content
.frame(width: geometryProxy.size.width)
}
Expand Down

0 comments on commit 9c3a149

Please sign in to comment.