FireTVSelectionLightTheme

public struct FireTVSelectionLightTheme : FireTVSelectionThemeProtocol

Light theme for the fire tv selection

  • Specifies the bar tint color of the navigation bar

    Declaration

    Swift

    public let navigationBarBarTintColor: UIColor
  • Defines the background color of the view

    Declaration

    Swift

    public let backgroundColor: UIColor
  • Describes the tint color of buttons

    Declaration

    Swift

    public let buttonColor: UIColor
  • Specifies the color of the activity indicator view

    Declaration

    Swift

    public let activityIndicatorViewColor: UIColor
  • Defines the background color of the table view cells representing the FireTVs

    Declaration

    Swift

    public let cellBackgroundColor: UIColor
  • Specifies the text color of labels

    Declaration

    Swift

    public let labelColor: UIColor
  • Defines the background color of the table view cell separators

    Declaration

    Swift

    public let cellSeparatorColor: UIColor
  • Initializes the light theme

    Declaration

    Swift

    public init()