Created
November 14, 2018 21:43
-
-
Save pzmudzinski/8f9cc775ab668d1780d927d1e4e0abad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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