RPCircularProgress
RPCircularProgress copied to clipboard
Background execution
When i press my home button to turn my app to background, my circular progress completion handler is directly executed without waiting the already set duration . Any solution ?
@skander300 That's likely from how CoreAnimation's delegates get called when an app is backgrounded. I'll have to look into a fix, but I don't have much time for now. Feel free to open up a pull request if you have time