Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 327 Bytes

File metadata and controls

29 lines (20 loc) · 327 Bytes

StackScrollable

Scrollable UIStackView using UIScrollView.

Usage

let stack = StackScrollable()

Add view

stack.add(view: view)

Remove view

view.removeFromSuperview()

APIs

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