UICountDownDelegate
public protocol UICountDownDelegate
The protocol responsible for the UICountDown’s delegate.
-
Gets called when the countdown reaches zero.
Declaration
Swift
func countDownFinished() -
Returns the seconds remaining for the countdown to end.
Declaration
Swift
func secondsRemaining(seconds: Int)Parameters
secondsThe seconds remaining.
UICountDownDelegate Protocol Reference