Created
February 26, 2017 13:39
-
-
Save TheAdamBorek/4e7179d3cc600a573074bb0ce91fe2aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let buttonTaps = testScheduler.createHotObservable([next(100, ()), next(200, ())]) | |
buttonTaps.bindTo(subject.chooseImageButtonPressed) | |
.disposed(by: rx_disposeBag) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment