Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.55 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.55 KB

StackBox

StackBox is a scrollable container where you can easily insert and remove boxes.

StackBox is dynamic so you don't have to worry about the contentSize. Sub-boxes are manage by a UIStackView.

StackBoxContainer is the container object use by the StackBox to render stacks. Each box contains the StackBoxItem create initialy by the you.

Create your own StackBoxItem by setting a view, his offset and alignement.

CI Status Version License Platform

Demo

StackBox Profile StackBox Random StackBox SnapKit

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

StackBox is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "StackBox"

Author

hugweb, hugweb@gmail.com

License

StackBox is available under the MIT license. See the LICENSE file for more info.