strokeColor
The color of the stroke.
Declaration
@property (nonatomic, strong) UIColor * strokeColor;Discussion
If the value is nil, the stroke color is the view’s tint color. Use clear for a transparent stroke with no color.
The color of the stroke.
@property (nonatomic, strong) UIColor * strokeColor;If the value is nil, the stroke color is the view’s tint color. Use clear for a transparent stroke with no color.