Skip to content

Instantly share code, notes, and snippets.

@yungblud
Last active March 25, 2018 01:39
Show Gist options
  • Select an option

  • Save yungblud/e2dcbcc1569d73afb86a3d680feced6e to your computer and use it in GitHub Desktop.

Select an option

Save yungblud/e2dcbcc1569d73afb86a3d680feced6e to your computer and use it in GitHub Desktop.
RxSwift

Observable

func someFunc() -> Observable { }

var a = 10 
var b = 20
var c = a + b

a = 100 
???
textField.rx.test.bind(to: label.rx.text).disposed(by: disposeBag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment