SSPieProgressView Class Reference
| Inherits from | UIView |
| Declared in | SSPieProgressView.h |
Tasks
Managing the Progress
Configuring the Pie Appearance
-
pieBorderWidthThe outer border width.
property -
pieBorderColorThe border color.
property -
pieFillColorThe fill color.
property -
pieBackgroundColorThe background color.
property
Defaults
-
+ defaultPieColorThe default value of
pieBorderColorandpieFillColor.
Properties
pieBackgroundColor
The background color.
@property (nonatomic, retain) UIColor *pieBackgroundColorDiscussion
The default is white.
Declared In
SSPieProgressView.hpieBorderColor
The border color.
@property (nonatomic, retain) UIColor *pieBorderColorSee Also
Declared In
SSPieProgressView.hpieBorderWidth
The outer border width.
@property (nonatomic, assign) CGFloat pieBorderWidthDiscussion
The default is 2.0.
Declared In
SSPieProgressView.hpieFillColor
The fill color.
@property (nonatomic, retain) UIColor *pieFillColorSee Also
Declared In
SSPieProgressView.hprogress
The current progress shown by the receiver.
@property (nonatomic, assign) CGFloat progressDiscussion
The current progress is represented by a floating-point value between 0.0 and 1.0, inclusive, where 1.0 indicates
the completion of the task. Values less than 0.0 and greater than 1.0 are pinned to those limits.
The default value is 0.0.
Declared In
SSPieProgressView.hClass Methods
defaultPieColor
The default value of pieBorderColor and pieFillColor.
+ (UIColor *)defaultPieColorDeclared In
SSPieProgressView.h