DTTableViewManager is a Protocol-oriented UITableView management, powered by generics and associated types.
Features:
- Powerful mapping system between data models and cells, headers and footers
- Support for all Swift types – classes, structs, enums, tuples, protocols
- Support for diffable datasources in iOS 13
- Powerful events system, that covers all UITableView delegate and datasource methods
- Views created from code, XIB, or storyboard
- Flexible Memory/CoreData/Realm.io storage options
- Automatic datasource and interface synchronization.
- Automatic XIB registration and dequeue
- Support for Drag&Drop API for iOS 11 and higher
- Can be used with UITableViewController, or UIViewController with UITableView, or any other class, that contains UITableView

Leave a Reply
You must be logged in to post a comment.