Skip to content

Instantly share code, notes, and snippets.

@TheAdamBorek
Created February 26, 2017 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheAdamBorek/cc474ca647e42f550e7b9d811fd3b275 to your computer and use it in GitHub Desktop.
Save TheAdamBorek/cc474ca647e42f550e7b9d811fd3b275 to your computer and use it in GitHub Desktop.
let buttonTap = PublishSubject<Void>()
buttonTap.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