Skip to content

ScrollStackController 1.2.0 - Swift 5.1+

Compare
Choose a tag to compare
@malcommac malcommac released this 12 Jan 20:38
· 79 commits to master since this release

Released on: 2019-01-12

CHANGELOG

  • #5 Added rowPadding property to setup the insets of the contentView property of the ScrollStackRow
  • #6 Added two new methods in ScrollStackControllerDelegate protocol: scrollStackDidUpdateLayout() to observer layout changes and scrollStackContentSizeDidChange()to observe changes in contentSize of the stack view.