Mohtep
Mohtep

Reputation: 85

RxSwift Countdown time up to 0.1 seconds

I get the topic but it still countdown the time to second. I want to count down timer up to 0.1s How can i solve that? The code i follow: countdown timer by `RxSwift`

Thanks every one

Upvotes: 1

Views: 311

Answers (1)

Daniel T.
Daniel T.

Reputation: 33967

Use .milliseconds(100) instead of .seconds(1)

Upvotes: 1

Related Questions