StackBox 0.1.3

StackBox 0.1.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jun 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by hugweb.



StackBox 0.1.3

  • By
  • hugweb

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.

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.