AKPickerView icon indicating copy to clipboard operation
AKPickerView copied to clipboard

Why are you divide M_PI

Open JsouLiang opened this issue 8 years ago • 0 comments

CGFloat distance = CGRectGetMidX(attributes.frame) - self.midX; CGFloat currentAngle = self.maxAngle * distance / self.width / M_PI; .... return attributes; break; Could you tell me why are you divide M_PI. Thank you 😁

JsouLiang avatar Feb 08 '17 12:02 JsouLiang