ButtonStyles

enum ButtonStyles

The Button Styles for Kodio

  • The Button View for a radio station

    See more

    Declaration

    Swift

    struct RadioStation: View
  • Buttom style for a ‘play’, ‘shuffle’ or ‘stream’ button

    See more

    Declaration

    Swift

    struct Play: ButtonStyle
  • Buttom style for Music Video navigation

    See more

    Declaration

    Swift

    struct MusicVideoNavigation: ButtonStyle
  • Buttom style for a ‘help’ button

    See more

    Declaration

    Swift

    struct Help: ButtonStyle
  • Button style for the browser

    See more

    Declaration

    Swift

    struct Browser: ButtonStyle
  • A ViewModifier to add a play button style

    See more

    Declaration

    Swift

    struct PlayButtonStyle: ViewModifier