franzhcs / FFCircularProgressView

FFCircularProgressView - An iOS 7-inspired blue circular progress view
MIT License
990 stars 108 forks source link

Make it touchable with UIControl #15

Closed indevizible closed 10 years ago

indevizible commented 10 years ago

Is it possible to make it subclass of UIControl , I need to handle a touch of this control when I need to pause/resume progress

thanks

franzhcs commented 10 years ago

You can always attach a touch listener without changing the code.

At the moment, it is not in the timeline but you are free to fork it and make the changes. When you are done, create a pull request and maybe I'll merge the changes upstream if everything seems ok. I don't see any particular downside.

indevizible commented 10 years ago

Hmm.. OK, I will try that :)