You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I hope you are doing well in pandemic. I am using your SRCountdownTimer in my fitness app.
I am stating countdownTimer in the viewdidLoad. countdownTimer.start(beginingValue: 10, interval: 1) First time it's working perfectly. When timer reach to 0 then after I reset timer using your method. I implemented in the SRCountdownTimer.swift file as per your instruction (pull request). Now I am calling countdownTimer.start(beginingValue: 60, interval: 1) after reset then animation is not starting.
What is the problem ? Countdown is not again stating in your code. Please provide me solution as soon as possible.
The text was updated successfully, but these errors were encountered:
Hi,
I hope you are doing well in pandemic. I am using your SRCountdownTimer in my fitness app.
I am stating countdownTimer in the viewdidLoad. countdownTimer.start(beginingValue: 10, interval: 1) First time it's working perfectly. When timer reach to 0 then after I reset timer using your method. I implemented in the SRCountdownTimer.swift file as per your instruction (pull request). Now I am calling countdownTimer.start(beginingValue: 60, interval: 1) after reset then animation is not starting.
What is the problem ? Countdown is not again stating in your code. Please provide me solution as soon as possible.
The text was updated successfully, but these errors were encountered: