xmartlabs / PagerTabStripView

🚀 Elegant Pager View fully written in pure SwiftUI.
MIT License
774 stars 88 forks source link

fixes #140, problem where only the first tab appears on ios 18 #141

Closed mcfunley closed 3 weeks ago

mcfunley commented 1 month ago

I'm sure there's probably something deeper at work here. If folks really depend on the LazyHStack (vs. HStack), a different fix would need to be found.

jonathansds commented 1 month ago

I also in need of this fix :)