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

if we set resetTimerAfterFinish to true, we should call it before calling delegate #61

Open liuxuan30 opened 9 years ago

liuxuan30 commented 9 years ago

if we set resetTimerAfterFinish to true, we should call it before calling delegate

because reset will update the label, and if the user change the label in the delegate, it will be override by the reset, which seems not good

@mineschan Have a full review, because I am new to this project, I might not see the big picture.