danielamitay / DACircularProgress

DACircularProgress is a UIView subclass with circular UIProgressView properties.
Other
2.38k stars 341 forks source link

Allow option to set animation removedOnCompletion to prevent animation stopping when navigating away. #74

Open ftvs opened 8 years ago

ftvs commented 8 years ago

Current animation implementation will stop if the view is removed from the super view. When the parent view is then re-added, the animation will not be playing.

How should this be implemented? I will be glad to send a pull request.