Skip to content

Instantly share code, notes, and snippets.

@yonivav
Last active May 15, 2019 10:18
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/d1d0ea5797f6094acb28e4215b0a2750 to your computer and use it in GitHub Desktop.
Save yonivav/d1d0ea5797f6094acb28e4215b0a2750 to your computer and use it in GitHub Desktop.
viewModel.data
.drive(onNext: { someData in
self?.display(someData)
})
.disposed(by: bag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment