SRCountdownTimer
SRCountdownTimer copied to clipboard
how to detect current text of SRCountdownTimer?
Want to check current text of SRCountdownTimer and perform action accordingly please help.
The text of SRCountdownTimer
is always the time. Why don't you just use func timerDidUpdateCounterValue(sender: SRCountdownTimer, newValue: Int)
from the delegate?