Style

public enum Style

The available style for the FUIRatingControl.

  • Editable style.

    Each rating star is a SF Symbol body light style (large scale) with tint color. This is the default style.

    Declaration

    Swift

    case editable
  • Disabled editable style.

    Each rating star is the same as Editable style but with grey color.

    Declaration

    Swift

    case editableDisabled
  • Standard style.

    This FUIRatingControl is read-only. Each rating star is a SF Symbol body light style (small scale).

    Declaration

    Swift

    case standard
  • Accented read-only style.

    This FUIRatingControl is read-only with accented color. Each rating star is the same as in standard style.

    Declaration

    Swift

    case accented