Observable<Int>.interval(.seconds(10), scheduler: MainScheduler.instance) .subscribe(onNext: { _ in myMethod() }) .disposed(by: disposeBag).
確定! 回上一頁