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
set the Delegate to self in the view in viewDidLoad()
add this function in an extension of SRCountdownTimerDelegate in your ViewController
example : extension CircularTimerRingViewController: SRCountdownTimerDelegate { func timerDidEnd(sender: SRCountdownTimer, elapsedTime: TimeInterval) { // your code... } }
I added the timerDidEnd function to my Viewcontroller but it doesn't seem run.
The text was updated successfully, but these errors were encountered: