RBRatingField Class Reference
Inherits from | UIView |
---|---|
Declared in | RBRatingField.h |
orientation
The orientation of the stars layout. Default = RBOrientationHorizontal
.
@property (nonatomic) RBOrientation orientation
Discussion
The orientation of the stars layout. Default = RBOrientationHorizontal
.
Declared In
RBRatingField.h
rating
Gets or sets the current rating. Decimals allowed.
@property (nonatomic) float rating
Discussion
Gets or sets the current rating. Decimals allowed.
Declared In
RBRatingField.h
filledImage
The image for the filled state.
@property (nonatomic, nullable) UIImage *filledImage
Discussion
The image for the filled state.
Declared In
RBRatingField.h
unfilledImage
The image for the unfilled state.
@property (nonatomic, nullable) UIImage *unfilledImage
Discussion
The image for the unfilled state.
Declared In
RBRatingField.h
zeroSelection
Whether or not zero selection is allowed. Default = NO
.
@property (nonatomic) BOOL zeroSelection
Discussion
Whether or not zero selection is allowed. Default = NO
.
Declared In
RBRatingField.h