2 questions
I implemented it using CADisplayLink to animate the text representing the percentage as shown in the image, but it does not work well with RxSwift, and I cannot discard the cell instance during the sc...
You may see share(replay:1) using BehaviorRelay on RxSwift.let relay=RxCocoa.BehaviorRelay<String>(value:)variable:RxSwift.Observable<String>{ return relay .observeOn(MainScheduler.instan...
© 2024 OneMinuteCode. All rights reserved.