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.
-
Notifications
You must be signed in to change notification settings - Fork 0
dev-aman/GenericTableViewWithRx
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
GenericTableViewWithRx is just a pattern which you can follow to design you TableView.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published