Category "rx-swift"

What is the best way to stop an image uploading and restart it using RxSwift?

I'm trying to create some functionality for uploading images to remote server using RxSwift. My upload function is below: func upload(image: UIImage) -> Sing

How can I read the value of an RxSwift property? <Driver>Bool

I'd like to read the value of a property var checkInEnabled: Driver<Bool> { get } I only need to to run a bit code once when the class has loaded, so I d

How to fix problem with opening ViewController by action from Coordinator in Swift?

I'm trying to open another controller by tapping on the cell of my tableView. I'm coding with MVVM and Coordinator pattern. In the beginning we see this screen

How to use BehaviorRelay as an alternate to Variable in RxSwift?

As of RxSwift4, Variable is moved to Deprecated.swift marking the possible deprecation of Variable in future. An alternate proposed to Variable is BehaviorRelay