Search code examples
iosswiftrx-swift

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


Solution

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