Last active
          October 10, 2016 16:43 
        
      - 
      
 - 
        
Save vasarhelyia/62cb55ae84e317838810 to your computer and use it in GitHub Desktop.  
    Table view selection binding in RxSwift
  
        
  
    
      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_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