Skip to content

Instantly share code, notes, and snippets.

@vasarhelyia
Last active October 10, 2016 16:43
Show Gist options
  • Save vasarhelyia/62cb55ae84e317838810 to your computer and use it in GitHub Desktop.
Save vasarhelyia/62cb55ae84e317838810 to your computer and use it in GitHub Desktop.
Table view selection binding in RxSwift
tableView
.rx_modelSelected(PasteboardItem)
.subscribeNext { [weak self] element in
self?.pasteViewModel.addItemsToPasteboard(element)
}.addDisposableTo(disposeBag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment