mineschan / MZTimerLabel

A handy class for iOS to use UILabel as a countdown timer or stopwatch just like in Apple Clock App.
MIT License
1.57k stars 247 forks source link

restore the UILabel text after count down finished #59

Open liuxuan30 opened 9 years ago

liuxuan30 commented 9 years ago

Hey there, great library! I want to request a feature that once the count down is finished, it will restore the label's text when it starts counting. Currently I can only use the delegate to restore the text.