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

customTextToDisplayAtTime called way too frequently #71

Closed holgersindbaek closed 8 years ago

holgersindbaek commented 8 years ago

customTextToDisplayAtTime is getting called every 10 milliseconds or so in my app. Seems way to frequent for a timer where the smallest time I'm showing is seconds. Is there any way to change this?

holgersindbaek commented 8 years ago

All you have to do, is to change the value of "kDefaultFireIntervalHighUse".

CavalcanteLeo commented 8 years ago

how?

we can't change it, it is private a method

holgersindbaek commented 8 years ago

@CavalcanteLeo Fork the repo.

CavalcanteLeo commented 8 years ago

i will send a pull request later to change it