Size

public enum Size

Size represents size values for NatRating component.

These are all sizes allowed for a NatRating:

  • small
  • standard
  • semi (default)
  • semiX
  • medium

Note

the small and standard sizes should only be applied to counter and readOnly styles.

  • Undocumented

    Declaration

    Swift

    case small
  • Undocumented

    Declaration

    Swift

    case standard
  • Undocumented

    Declaration

    Swift

    case semi
  • Undocumented

    Declaration

    Swift

    case semiX
  • Undocumented

    Declaration

    Swift

    case medium