ScrollStackController 1.2.0 - Swift 5.1+
Released on: 2019-01-12
CHANGELOG
- #5 Added
rowPadding
property to setup the insets of thecontentView
property of theScrollStackRow
- #6 Added two new methods in
ScrollStackControllerDelegate
protocol:scrollStackDidUpdateLayout()
to observer layout changes andscrollStackContentSizeDidChange()
to observe changes incontentSize
of the stack view.