You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.summary="Simplifies the setup of UITableView data sources and cells using type-safe cell configurators."
s.description=<<-DESC
Framework to simplify the setup of UITableView data sources and cells.
Separates the model (represented by a generic DataSource) from the representation (TableViewDataSource) by using type-safe cell configurators (TableViewCellConfigurator) to handle the table cell setup in an simple way.