suzuki-0000 / CountdownLabel

Simple countdown UILabel with morphing animation, and some useful function.
MIT License
1.01k stars 192 forks source link

How do you check if this timer label is finished? #35

Open nc14 opened 6 years ago

nc14 commented 6 years ago

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

AbdHayek commented 6 years ago

if countDownLabel.isFinished { //code }