I have the following method below that is getting some errors when I attempt to update. Note: This method below is called from the main thread...
I am getting the following error: : void CGPathAddArc(CGMutablePathRef, const CGAffineTransform *, CGFloat, CGFloat, CGFloat, CGFloat, CGFloat, bool): invalid value for start or end angle
I have the following method below that is getting some errors when I attempt to update. Note: This method below is called from the main thread...
I am getting the following error:: void CGPathAddArc(CGMutablePathRef, const CGAffineTransform *, CGFloat, CGFloat, CGFloat, CGFloat, CGFloat, bool): invalid value for start or end angle
It is called from another method like this: