kaandedeoglu / KDCircularProgress

A circular progress view with gradients written in Swift
MIT License
1.21k stars 217 forks source link

Suppert subclassing #51

Closed simonbengtsson closed 7 years ago

simonbengtsson commented 8 years ago

What are your stance on supporting subclassing? As far as I know there currently is now way to for example change the radius with code. It would be awesome if the library supported subclassing or overriding currently private properties with code. I have not tried it but it might be as easy as changing private to internal?