While developing pie chart using core plot I added animation for that for given code
CABasicAnimation *rotation = [CABasicAnimation animationWithKeyPath:@"transform"];
CATransform3D transform = CATransform3DMakeRotation(DegreesToRadians(360), 0, 0, 1);
rotation.toValue = [NSValue valueWithCATransform3D:transform];
rotation.duration = 10.0f;
[pieChart addAnimation:rotation forKey:@"rotation"];
This code gives following error Semantic Issue:
Implicit declaration of function 'DegreesToRadians' is invalid in C99
What can I do for avoid this?
And also run time it gives following error:
Apple_o Linker id error "_DegreesToRadians", referenced from:
Thanks and Regards
Vijayakumar
iOS Developer at Rhytha