Structures

The following structures are available globally.

  • A struct used to define the colors of the TabBarUIAction view.

    See more

    Declaration

    Swift

    public struct Colors
  • The TabBArUIAction component. This is the main component that contains all the other parts.

    See more

    Declaration

    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 more

    Declaration

    Swift

    public struct TabItemContent : View
  • A struct used to define the tab items colors.

    See more

    Declaration

    Swift

    public struct TabItemsColors
  • A struct used to define the modal tab screen.

    See more

    Declaration

    Swift

    public struct TabModal : View
  • A struct used to define the tab screen.

    See more

    Declaration

    Swift

    public struct TabScreen : View