squimer / DatePickerDialog-iOS-Swift

Date picker dialog for iOS
MIT License
581 stars 177 forks source link

'M_PI' is deprecated: Please use 'Double.pi' or '.pi' #66

Closed fymo closed 7 years ago

fymo commented 7 years ago

Got this warning after XCode 8.3.1 Update

'M_PI' is deprecated: Please use 'Double.pi' or '.pi' to get the value of correct type and avoid casting.

let rotation = CATransform3DMakeRotation((CGFloat)(-startRotation + M_PI * 270 / 180), 0, 0, 0)

fymo commented 7 years ago

Duplicate of Issue #61