Skip to content

Instantly share code, notes, and snippets.

@pzmudzinski
Created November 14, 2018 21:43
Show Gist options
  • Save pzmudzinski/8f9cc775ab668d1780d927d1e4e0abad to your computer and use it in GitHub Desktop.
Save pzmudzinski/8f9cc775ab668d1780d927d1e4e0abad to your computer and use it in GitHub Desktop.
tableView.rx.itemDeleted
.bind(to: viewModel.deleteCommand)
.disposed(by: disposeBag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment