BOOL starting
Opened this issue · 4 comments
This project is great! Congrats! Maybe a simple and helpful features is a BOOL to check the timer is been started but in that moment it is in pause maybe like this:
@Property (assign,readonly) BOOL starting;
Hi @alfio86
Thanks for your support =)
MZTimerLabel provided a getter like this
@property (assign,readonly) BOOL counting;
Is this what you need?
Hi,
BOOL counting works if the timer counting. If timer start and then it's in pause?
BOOL starting works if the timer count but in that moment is in pause. To check if the timer is started even it doesn't counting that moment.
Ok, i know what you mean @alfio86
The starting state can be check using counting = true , pauseTime != nil
But i'm quite busy currently, can you help?
Much too. I'll try to give a look to help!
Temporarily counting = true , pauseTime != nil maybe can be a solution