mrackwitz / MRProgress

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

Circular Progress View sometimes shows up as a square? #83

Closed ArEnSc closed 9 years ago

ArEnSc commented 9 years ago

Hey I am having an issue wherein the Circular Progress View is showing up as a square that doesn't actually perform an animation.

Do you have any idea of the cause?

mrackwitz commented 9 years ago

Are you sure you're using MRCircularProgressView or do you use perhaps MRActivityIndicatorView, with a stop button? The latter component is by default configured as hidesWhenStopped = YES like the UIKit pendant, which means that it is hidden unless you're indicating an activity in progress by startAnimating.