Skip to content

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

License

Notifications You must be signed in to change notification settings

mariorsjr/BricksAndTiles

 
 

Repository files navigation

stability-wip platforms Swift Package Manager compatible

BricksAndTiles

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

Features

UITableView

  • Static cells
  • Draggable cells

  • Cells with actions on slide

  • Single selection

UICollectionView

  • Static collection cells

  • Grid collection cells

UITableView + UICollectionView

  • Horizontal list cells

Installation

BricksAndTiles currently supports these installation options:

Swift Package Manager

Add the following to your Package.swift file:

dependencies: [
    .package(
        url: "https://github.com/mugbug/BricksAndTiles.git", 
        from: "0.0.3"
    ),
]

If you're using SPM through Xcode:

  1. Go to File > Swift Packages > Add Package Dependency
  2. Enter https://github.com/mugbug/BricksAndTiles
  3. Choose a rule and submit.

For more information about how to get started with the Swift Package Manager, check out the Official SPM website or the SPM project on GitHub.

Dependencies

This package depends on PaintAndBrush, which is a super lightweight package with helper extensions for building UIKit views in code.

Contributing

Any kind of contributions would be highly appreciated! To start contributing, read the Contributing Guideline for info on how to report issues, submit ideas and submit pull requests!

Authors

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Swift 98.9%
  • Objective-C 1.1%