kaandedeoglu / KDCircularProgress

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

Subclassing for KDCircularProgress #74

Open Yetispapa opened 7 years ago

Yetispapa commented 7 years ago

Is it somehow possible to subclass KDCircularProgress Cause I have a different setup of my project this would help me a lot. I think there's already an issue about subclassing.

Thank you

kaandedeoglu commented 7 years ago

@Yetispapa I'm not sure if I want to do that, subclassing support means making KDCircularProgress open, which will also require most properties to become open exposing many implementation detail variables I prefer to hide. What use case do you have in mind?