AKPickerView
AKPickerView copied to clipboard
Why are you divide M_PI
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 😁