SHPieChartView
SHPieChartView copied to clipboard
Error in file SHRootViewControllo
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]];
addAngleValue function is not working on iOS 9.0 XCode v. 7.3