UIView object that animates a chart showing a percentage value.
-
CGFloat percentage
: Percentage value that the chart will show. -
NSString *text
: Text added to the percentage value shown under the chart. -
UIColor *mainColor
: Color of the arc representing the percentage value. -
UIColor *secondaryColor
: Color of the rest of the chart. -
UIColor *lineColor
: Color of the chart's line. -
NSString *fontName
: Font used in the percentage value text shown under the chart. -
CGFloat fontSize
: Size of the percentage value text shown under the chart.