Skip to content

Releases: cjlarsen/CLAnimatedTabView

3.0.0

08 May 01:25
9066a1b
Compare
Choose a tag to compare
  • Updates view injection to be the same standard as other SwiftUI views
        let viewModel = CLAnimatedTabViewModel(tabBarHeight: 69.0, tabNames: ["Tab 1", "Tab 2", "Tab 3"])
        CLAnimatedTabView(viewModel: viewModel) {
            Text("1")
            Text("2")
            Text("3")
        }

2.0.0

01 May 02:05
Compare
Choose a tag to compare
  • Makes view model initializers public so they can actually be used.

1.0.0 DO NOT USE

01 May 02:00
Compare
Choose a tag to compare

Initial release

  • Limited to iOS and iOS 17+