HamzaGhazouani / HGCircularSlider

A custom reusable circular / progress slider control for iOS application.
MIT License
2.6k stars 278 forks source link

'M_PI' is deprecated in Xcode 8.3 #12

Closed wasappi closed 7 years ago

wasappi commented 7 years ago

Using Xcode 8.3, I have several swift compiler warnings : 'M_PI' is deprecated: Please use 'Double.pi' or '.pi' to get the value of correct type and avoid casting.

frederik-jacques commented 7 years ago

This has been fixed in #11 , but the Pod still has to be updated. @HamzaGhazouani , is it possible to update the pod?

Thanks!

HamzaGhazouani commented 7 years ago

Done guys!