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

Error counting #68

Open umbe89 opened 8 years ago

umbe89 commented 8 years ago

This project is great, but why the first second is not counted correctly (the initial value is not fully counted - it's not completely marks the first second) and why the end count 00:00:00 instead passing from 00:00:01 to the delegate? Call the delegate after 00:00:00 is to count a second more. If you check clock app in iOS the countdown and generally every countdown works differently from MZT. Is possible correct that? Thanks

alfio86 commented 8 years ago

Hi @mineschan I've also noticed this problem. Can you fix it?