Releases: cjlarsen/CLAnimatedTabView
Releases · cjlarsen/CLAnimatedTabView
3.0.0
- 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
- Makes view model initializers public so they can actually be used.
1.0.0 DO NOT USE
Initial release
- Limited to iOS and iOS 17+