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.
To run the example project, clone the repo, and run pod install
from the Example directory first.
StackBox is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "StackBox"
hugweb, hugweb@gmail.com
StackBox is available under the MIT license. See the LICENSE file for more info.