UrbanApps / UAProgressView

UAProgressView is a simple and lightweight, yet powerful animated circular progress view
MIT License
1.02k stars 152 forks source link

Progress is flashing when setprogress:animated:YES #6

Closed gtarashuk closed 9 years ago

gtarashuk commented 10 years ago

Hey sir! Thanks for great class! The problem is when I`m setting progress animated it goes great but when animation is finished the progressview is flashing (from last progress to current) I think its in updating BezierPath

Can u help me pls?

TY Grigory

coneybeare commented 10 years ago

Can you reproduce it in the sample project? Have you ensured that your data updates are not responsible for the flash.

gtarashuk commented 10 years ago

Yes! Just change this: self.progressView.didSelectBlock = ^(UAProgressView *progressView){ //AudioServicesPlaySystemSound(_horn); //_paused = !_paused;         [self.progressView setProgress:(float)rand() / RAND_MAX animated:YES];          }; in advanced example  and u`ll see this

TY Grigory

На 23 октября 2014 at 23:54:13, Matt Coneybeare (notifications@github.com) написал:

Can you reproduce it in the sample project? Have you ensured that your data updates are not responsible for the flash.

— Reply to this email directly or view it on GitHub.

coneybeare commented 10 years ago

I cannot duplicate this at all on iOS 7 or 8. Please elaborate more on how to duplicate. It would also be helpful if you could upload a screen recording.

SiarheiDrasvianski commented 9 years ago

I have the same issue. It can be reproduced also for sample project, but only on device (not simulator). Great control anyway.