eliotfowler / EFCircularSlider

An extensible circular slider for iOS applications
http://eliotfowler.github.io/EFCircularSlider/
MIT License
998 stars 161 forks source link

Cleanup #1

Closed hodgesmr closed 10 years ago

hodgesmr commented 10 years ago

You had copied your EFCircularSlider files into the example project. I removed those and have the project just reference the one copy outside the project.

When using enums, it is recommended to use the new fixed underlying type specification because it has stronger type checking and code completion. I also modified your enum's naming to be a bit cleaner.