/StackScrollView

A simple Scrollable UIStackView with ScrollView

Primary LanguageSwift

StackScrollView

A simple Scrollable UIStackView with ScrollView

Usage

let stack = StackScrollView()

Add your custom view

stackScrollView.add(view: buildCustomUIView())

Remove your custom view

customView.removeFromSuperview()

Custom methods

func add(view: UIView)
func add(views: [UIView])