Skip to content

Instantly share code, notes, and snippets.

@TheAdamBorek
Last active February 26, 2017 13:38
Show Gist options
  • Select an option

  • Save TheAdamBorek/824f46ce74a986fccb8c7deb4ae55706 to your computer and use it in GitHub Desktop.

Select an option

Save TheAdamBorek/824f46ce74a986fccb8c7deb4ae55706 to your computer and use it in GitHub Desktop.
var resultImage: UIImage!
subject.image.drive(onNext: { image in
resultImage = image
}).disposed(by: rx_disposeBag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment