peterprokop / StarryStars

StarryStars is iOS GUI library for displaying and editing ratings
MIT License
174 stars 23 forks source link

Changed Float properties to Double #1

Closed abackys closed 8 years ago

abackys commented 8 years ago

My intention is that StarryStars would use Double type instead of Float as it is more used in Swift compared with Float.

peterprokop commented 8 years ago

@abackys thanks for the PR. Do you have any particular problems with Float?

abackys commented 8 years ago

I got some Double to Float conversion problems, but I found out it was some Xcode compiler non-sense which disappear after cleaning project. Because it isn't that big overhead to make Double from Float and this change isn't backwards compatible I will close Pull request