Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BOOL starting #55

Open
alfio86 opened this issue Aug 27, 2015 · 4 comments
Open

BOOL starting #55

alfio86 opened this issue Aug 27, 2015 · 4 comments

Comments

@alfio86
Copy link

alfio86 commented Aug 27, 2015

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;

@mineschan
Copy link
Owner

Hi @alfio86
Thanks for your support =)
MZTimerLabel provided a getter like this
@property (assign,readonly) BOOL counting;
Is this what you need?

@alfio86
Copy link
Author

alfio86 commented Aug 31, 2015

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.

@mineschan
Copy link
Owner

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?

@alfio86
Copy link
Author

alfio86 commented Aug 31, 2015

Much too. I'll try to give a look to help!
Temporarily counting = true , pauseTime != nil maybe can be a solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants