SHPieChartView icon indicating copy to clipboard operation
SHPieChartView copied to clipboard

a reusable UIView subclass to create Pie Charts

Results 2 SHPieChartView issues
Sort by recently updated
recently updated
newest added

In line 57,64,65,66,67 and 72 you call this method: [concentricPieChart addAngleValue:0.40 andClolor:[UIColor redColor]]; instead [concentricPieChart addAngleValue:0.40 andColor:[UIColor redColor]];

Fixed three memory leaks in the `drawRect:` method. I also corrected some typo's in the example project, see issue: #2.