mrackwitz / MRProgress

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

Circular Progress View not rendering on iOS 7.1 #30

Closed coneybeare closed 10 years ago

coneybeare commented 10 years ago

I downloaded a fresh version from HEAD, ran the example, and got this

screen shot 2014-04-15 at 10 44 57 am

mrackwitz commented 10 years ago

Can confirm this bug. Was caused by a missing call to tintColorDidChange, if loaded from nib. Seems to appear since iOS 7.1. It will be fixed in the next minor release. Thank you for reporting.