FireTVSelectionThemeProtocol

public protocol FireTVSelectionThemeProtocol

Protocol describing the requirements for a fire tv selection theme

  • Specifies the bar tint color of the navigation bar

    Declaration

    Swift

    var navigationBarBarTintColor: UIColor { get }
  • Defines the background color of the view

    Declaration

    Swift

    var backgroundColor: UIColor { get }
  • Describes the tint color of buttons

    Declaration

    Swift

    var buttonColor: UIColor { get }
  • Specifies the color of the activity indicator view

    Declaration

    Swift

    var activityIndicatorViewColor: UIColor { get }
  • Defines the background color of the table view cells representing the FireTVs

    Declaration

    Swift

    var cellBackgroundColor: UIColor { get }
  • Specifies the text color of labels

    Declaration

    Swift

    var labelColor: UIColor { get }
  • Defines the background color of the table view cell separators

    Declaration

    Swift

    var cellSeparatorColor: UIColor { get }