MMRatingView Class Reference
| Inherits from | UIView |
| Declared in | MMRatingView.h MMRatingView.m |
Tasks
-
wheelPercentageproperty -
ratingproperty -
wheelFillColorproperty -
wheelBackgroundColorproperty
Properties
rating
- An integer representation of the current wheel percentage. Automatically updated
@property (nonatomic, readonly) NSNumber *ratingDiscussion
- when the
wheelPercentageproperty is updated.
Declared In
MMRatingView.hwheelBackgroundColor
- The background color of the wheel.
@property (nonatomic, strong) UIColor *wheelBackgroundColorDeclared In
MMRatingView.hwheelFillColor
- The color of the fill color.
@property (nonatomic, strong) UIColor *wheelFillColorDeclared In
MMRatingView.hwheelPercentage
- The current percentage of the wheel that is filled in.
@property (nonatomic, assign) CGFloat wheelPercentageDiscussion
*
The current percentage is represented by a floating-point value between
0.1and `1.0,inclusive, where
1.0indicates a value of 10 and a value of0.1indicates a value of 1.Values less than
0.1and greater than1.0are bounded to those respective values.
Declared In
MMRatingView.h