-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Countdown being reseted due long time in background #5
Comments
Hi Rafa, I'm glad you like it. I've tried your situation, so far it's okay for me. What iOS version u using? |
Yep, its super cool, thanks for this pod! I'm under 7.0.... I think ill store when i started the timer, and when the app comes active again, it re-starts the timmer again... What you think? |
Even in the example those timers only use like 25mb of memory. I am not sure if it's about the memory. Is it only the timer reset or the others thing like views and view controllers? |
I'm seeing strange things too when the timer goes in the background for 20+ mins. To get around this, I had to do this:
|
hey @basememara thanks first. But is that anyway i can bundle your workaround into MZTimerLabel that not requires any further custom implementation from user? otherwise i will try to put this into readme ;) |
Hello there! How being doing?
Thanks for this awesome pod! :)
I'm currently having issues while running a countdown at background. If somehow the counter is more then 20 minutes or so, it resets when i get back to the app... How can i avoid this?
Best!
Rafa
The text was updated successfully, but these errors were encountered: