Skip to content

GenericTableViewWithRx is just a pattern which you can follow to design you TableView.

Notifications You must be signed in to change notification settings

dev-aman/GenericTableViewWithRx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

GenericTableViewWithRx

Suppose you have a UITableView with multiple type of cells, So while loading the sections we use conditional flow to find out that which cell sholud be loaded for the current IndexPath. Sometimes this Conditional flow can be huge which is not easy to read and maintain as well. In order to reduce this Bloated code we can design our UITableView in such a way that it get rid of the conditional flow. For this purpose GenericTableViewWithRx came out as saviour. Again note that GenericTableViewWithRx is just a pattern which you can follow to design you TableView. Below you can find main archietecture breakup for the pattern.

About

GenericTableViewWithRx is just a pattern which you can follow to design you TableView.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published