suzuki-0000 / CountdownLabel

Simple countdown UILabel with morphing animation, and some useful function.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do you check if this timer label is finished?

nc14 opened this issue · comments

commented

trying to work out how to trigger some action once the timer is complete?

if countDownLabel.isFinished {
//code
}