Reputation: 85
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
Reputation: 33967
Use .milliseconds(100) instead of .seconds(1)
.milliseconds(100)
.seconds(1)