MatiBot / MBCircularProgressBar

A circular, animatable & highly customizable progress bar from the Interface Builder (Objective-C)
https://www.cocoacontrols.com/controls/mbcircularprogressbar
MIT License
994 stars 180 forks source link

Scrolling not working on progressBar view while progress is running. #77

Open vivekradadiya opened 5 years ago

vivekradadiya commented 5 years ago

I have added MBCircularProgressBar view inside scrollView. When progress view is in the running state, I can't able to scroll scrollView by swiping up/down on progress view only. Swiping on views other than progress view working well even in running progress view. Also, when progress view is not running, I can able to scroll scrollView properly while swiping up/down on progress view.