Structures
The following structures are available globally.
-
A struct used to define the colors of the TabBarUIAction view.
See moreDeclaration
Swift
public struct Colors
-
The TabBArUIAction component. This is the main component that contains all the other parts.
See moreDeclaration
Swift
public struct TabBarUIAction : View
-
A struct used to define a tab item content. This correspond to the content of the tab bar item elements: image and text shown in the tab bar.
See moreDeclaration
Swift
public struct TabItemContent : View
-
A struct used to define the tab items colors.
See moreDeclaration
Swift
public struct TabItemsColors
-
A struct used to define the modal tab screen.
See moreDeclaration
Swift
public struct TabModal : View
-
A struct used to define the tab screen.
See moreDeclaration
Swift
public struct TabScreen : View