Skip to content

xavigil/PercentageChart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PercentageChart

UIView object that animates a chart showing a percentage value.

Portrait

PercentageChart properties

  • 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.

About

Animated chart to show a percentage value.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published