Style
enum Style
The available styles for the RatingControl.
-
Editable style.
Each rating star is large scale with tint color. This is the default style.
Declaration
Swift
case editable -
Disabled editable style.
Each rating star is the same as
Editablestyle but with grey color. User interaction is disabled.Declaration
Swift
case editableDisabled -
Standard style.
This
RatingControlis read-only. Each rating star is in small scale.Declaration
Swift
case standard -
Standard large style.
This
RatingControlis read-only. Each rating star is in large scale.Declaration
Swift
case standardLarge -
Accented read-only style.
This
RatingControlis read-only. Each rating star is in small scale with accented color.Declaration
Swift
case accented -
Accented read-only style.
This
RatingControlis read-only. Each rating star is in large scale with accented color.Declaration
Swift
case accentedLarge