Skip to content

shikha29budhiraja/MigrationToCombine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Migration To Combine Reactive Framework

This project provides 3 diffrent ways to bind data between View AND ViewController. It will help you compare code side by side in 3 diffrent ways of passing data.

1: Protocol Delegate
2: Closure
3: Combine PubSub

Below are three main fucntions to bind data:

func bindDataUsingProtocol(bindType:BindingType )
func bindDataUsingClosure(_ cell: CustomTableViewCell)
func bindDataUsingCombine(_ cell: CustomTableViewCell)