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

wrong time label #2

Closed
MauMaxxa opened this issue Feb 13, 2016 · 2 comments
Closed

wrong time label #2

MauMaxxa opened this issue Feb 13, 2016 · 2 comments
Labels

Comments

@MauMaxxa
Copy link

countdownLabel = CountdownLabel(frame: centro, minutes: 60) countdownLabel.timeFormat = "hh:ss" countdownLabel.textAlignment = .Center countdownLabel.font = UIFont.boldSystemFontOfSize(60) countdownLabel.animationType = .Evaporate countdownLabel.countdownDelegate = self print(countdownLabel.text)

print shows 00:01:00 (correct), but label in screen starts from 12:00 and ends in one minute, instead of starting at 01:00

What am i doing wrong?

Thanks

@suzuki-0000
Copy link
Owner

is your time format hh:ss correct? it may be mm:ss

@suzuki-0000
Copy link
Owner

please re-open if any problems remain

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

No branches or pull requests

2 participants