Colors
public struct Colors
A struct used to define the colors of the TabBarUIAction view.
-
Creates a
Colorsinstance.Declaration
Swift
public init(tabBarBackgroundColor: Color, tabItemsColors: TabItemsColors)Parameters
tabBarBackgroundColorthe tab bar background color.
tabItemsColorsthe binding value to get the max value selected.
View on GitHub
Colors Structure Reference