Skip to content

A set of helper classes to declutter UITableView's delegate and datasource

License

Notifications You must be signed in to change notification settings

jilouc/CCATableViewHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCATableViewHelper

A set of helper classes to declutter UITableView's delegate and datasource

It is designed to reduce the amount of code you need to implement UITableViewDelegate and UITableViewDatasource.

It provides base classes for UITableViewCell and UITableViewHeaderFooterView, unifying the way a cell or reusable view is registered, created or updated.

This way, section and cell descriptors become the place where the work is done. They are the mapping between your model and the table view.

About

A set of helper classes to declutter UITableView's delegate and datasource

Resources

License

Stars

Watchers

Forks

Packages

No packages published