BricksAndTiles
BricksAndTiles copied to clipboard
🧱 A composable solution for building reusable lists in Swift/UIKit. As easy as playing with Legos.
Readme does not contain a detailed How-To of this repo.
Explain the basics of how the framework works, without going any further on specific cases. This article I wrote can help: https://medium.com/dextra-digital/componentizando-uitableviews-com-composite-pattern-b0b4fa86f399
I'm not sure about how out of the box this lib will work on other platforms, but it's a good idea to give it a try already.
Add those minimum required versions to use this package to README.md - OS versions - Xcode version - Swift version
This would enable much-customized implementations, such as images and animations.
The `moveRowCompletion` implementation inside `DraggablePresenter` is generic enough to be inside `TableViewFactory` framework. Anyway, it's also a good idea for this to be somehow optional, and let a custom implementation...
The current implementation for supplementary view dequeue is inside the cell builder, but it doesn't make much sense. The best would be for the section itself to have this responsibility.