xmartlabs / PagerTabStripView

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

PagerTabStripView not working properly on iOS 18 #140

Closed TheMartas29 closed 3 weeks ago

TheMartas29 commented 1 month ago

Describe the bug PagerTabStripView doesnt work as expected on iOS 18 - blank view

To Reproduce Steps to reproduce the behavior: Build app for iOS 18 and open screen with PagerTabStripView - it shows with not content or tabs

Expected behavior Work properly

Screenshots If applicable, add screenshots to help explain your problem. screenshots from iPhone simulator with iOS 17.5 and 18 Simulator Screenshot - iPhone 16 Pro - 2024-09-19 at 14 13 09 Simulator Screenshot - iPhone 15 Pro - 2024-09-19 at 14 13 08

Versions (please complete the following information):

mcfunley commented 1 month ago

Using HStack rather than LazyHStack for the tabs fixes it, but not sure that's totally acceptable as a fix.

jonathansds commented 1 month ago

Also in need of this fix :) Any estimate on when the PR provided by @mcfunley will be merged?

mlorenze commented 3 weeks ago

Thank you @mcfunley! Your PR was merged into master.