BricksAndTiles icon indicating copy to clipboard operation
BricksAndTiles copied to clipboard

🧱 A composable solution for building reusable lists in Swift/UIKit. As easy as playing with Legos.

Results 8 BricksAndTiles issues
Sort by recently updated
recently updated
newest added

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

documentation

enhancement
good first issue
hacktoberfest

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.

enhancement

Add those minimum required versions to use this package to README.md - OS versions - Xcode version - Swift version

good first issue
documentation
hacktoberfest

This would enable much-customized implementations, such as images and animations.

enhancement
table view

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...

enhancement
table view

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.

enhancement
collection view