Jimmie Jensen

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.

1pod
The project consists of three protocols:
- TableViewCompatible
- Configurable
- TableViewSection
Create a view model that conforms to the TableViewCompatible protocol. The view model could either be a separate class or an extension to your existing model obejct. Your choice.
The create a UITableViewCell subclass that conforms to the Configurable protocol. Make the function configureWithModel take an instance of your view model as parameter.
Finally create a class or struct that conforms to the TableViewSection protocol and let your UITableViewDataSource data model be an array of TableViewSection.
For a more detailed explaination see this blog post
License: Apache-2.0