Created
February 26, 2017 13:40
-
-
Save TheAdamBorek/d6318d3512451b1e19974b98a3bfffa9 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 observer = testScheduler.createObserver(UIImage.self) | |
subject.image.drive(observer) | |
.disposed(by: rx_disposeBag) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment