Skip to content

Instantly share code, notes, and snippets.

@yonivav
Last active February 21, 2019 09:42
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 yonivav/7322106d30ff3fbe204f559ee2c4f277 to your computer and use it in GitHub Desktop.
Save yonivav/7322106d30ff3fbe204f559ee2c4f277 to your computer and use it in GitHub Desktop.
viewModel.data
.drive(onNext: { [weak self] someData in
self?.display(data)
})
.disposed(by: bag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment