SwiftUITabPager: a SwiftUI tab pager built around your data (iOS 15+)
Swift Forums
SwiftUITabPager: a SwiftUI tab pager built around your data (iOS 15+)
Hey all, I've been working on SwiftUITabPager, a tab bar + swipeable pager for SwiftUI, and just shipped 4.0. MIT, SPM and CocoaPods. I wrote another one of these because almost every tab screen I've shipped gets its tab list from the server. I don't know the tabs at compile time and they change while the app is running. Most pagers want you to declare your child views up front, which makes that awkward. This one takes an array of Identifiable items instead, and both the tab bar and the pages...
0 comments
No comments yet.