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
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
As of RxSwift4, Variable is moved to Deprecated.swift marking the possible deprecation of Variable in future. An alternate proposed to Variable is BehaviorRelay