RBCircleView Class Reference
Inherits from | UIView |
---|---|
Declared in | RBCircleView.h |
radius
The radius (in points) of the circle.
@property (nonatomic) CGFloat radius
Discussion
The radius (in points) of the circle.
Declared In
RBCircleView.h
circleColor
The color of the circle.
@property (nonatomic, nonnull) UIColor *circleColor
Discussion
The color of the circle.
Declared In
RBCircleView.h
lineWidth
The line width to use when drawing the circle.
@property (nonatomic) CGFloat lineWidth
Discussion
The line width to use when drawing the circle.
Declared In
RBCircleView.h
circleIsFilled
Whether the circle is to be filled.
@property (nonatomic) BOOL circleIsFilled
Discussion
Whether the circle is to be filled.
Declared In
RBCircleView.h