Skip to content

1.6.2

Compare
Choose a tag to compare
@LeoNatan LeoNatan released this 27 Oct 00:05
· 25 commits to master since this release
aa0094a

Added support for toolbarBackground(_:for:).

You can now set the tab bar appearance for your tabs, and the popup bar will respect this appearance:

TabView {
  Tab1().toolbarBackground(Material.thin, for: .tabBar)
  Tab2().toolbarBackground(Color.yellow, for: .tabBar)
  Tab3()
}