squimer / DatePickerDialog-iOS-Swift

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

Use Double.pi over M_PI #61

Closed huwr closed 7 years ago

huwr commented 7 years ago

Swift 3 integrates the pi constant in the Float, Double and CGFloat types, so we should prefer those. Minor compiler warning. Very simple to fix!

lfarah commented 7 years ago

Hey @huwr, thanks for contributing! I just merged #70 and this is fixed. Closing this PR

huwr commented 7 years ago

Great news! Thanks, @lfarah