Is that like this? CountdownTimer.swift var timer = CountdownTimer(5) var count = 0 func setupCountdownTimer() { timer.observable >- subscribeNext { n in ...
確定! 回上一頁