CountdownTimerDelegate
protocol CountdownTimerDelegate : AnyObject
Provides callback methods that are called once per second (update(_)
) until the countdown has finished.
-
Undocumented
Declaration
Swift
func countdownTimer(_ timer: CountdownTimer, didUpdate time: String)
-
Undocumented
Declaration
Swift
func countdownTimer(_ timer: CountdownTimer, didEnd done: Bool)