slavenko/SMCounterLabel

I want to use only Int integers without a decimal point. What should I do?

Closed this issue · 1 comments

I want to use only Int integers without a decimal point. What should I do?

I want
1234.56 <- X
1234 <- O

Just use:

label.formatType = .integer