mrackwitz / MRProgress

Collection of iOS drop-in components to visualize progress
MIT License
2.55k stars 306 forks source link

Set alpha depending on progress at completion time #26

Closed stephencelis closed 10 years ago

stephencelis commented 10 years ago

Otherwise, there's a race condition where alpha will be set to 0, 1, and then 0 again if setProgress:animated: is called in quick enough succession (basically, within the animation duration).

mrackwitz commented 10 years ago

Right! Thank you for your fix!