Skip to content

hugweb-zz/StackBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, [email protected]

License

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