Skip to content

Releases: malcommac/ScrollStackController

ScrollStackController 1.3.1 - Swift 5.1+

21 Apr 14:17
Compare
Choose a tag to compare

Released on: 2020-04-21

CHANGELOG

  • #11 [FIX] reloadContentFromStackView() should be called before getting the new size of the row (askForCutomizedSizeOfContentView())

ScrollStackController 1.3.0 - Swift 5.1+

26 Jan 13:40
Compare
Choose a tag to compare

Released on: 2019-01-26

CHANGELOG

  • #10 [FIX]Support for lightweight rows layouts using plain UIView instances (without associated UIViewControllers).
    (This is especially useful when you don't have a complex logic in your views and you want to use ScrollStack to make custom layout and keep your code lightweight)

ScrollStackController 1.2.3 - Swift 5.1+

14 Jan 10:37
Compare
Choose a tag to compare

Released on: 2019-01-14

CHANGELOG

  • #9 Removed unnecessary call to layoutIfNeeded() in rowPadding set property of ScrollStackRow in order to prevent multiple layout call which may causes AL errors.

ScrollStackController 1.2.2 - Swift 5.1+

14 Jan 10:11
Compare
Choose a tag to compare

Released on: 2019-01-14

CHANGELOG

  • #8 Fixed an issue with removeRow methods which does not actually remove the cell from stack.

ScrollStackController 1.2.1 - Swift 5.1+

12 Jan 22:05
Compare
Choose a tag to compare

Released on: 2019-01-12

CHANGELOG

  • #7 contentSize is not correctly dispatched to scrollStackContentSizeDidChange() delegate function the first time you set content of the stack

ScrollStackController 1.2.0 - Swift 5.1+

12 Jan 20:38
Compare
Choose a tag to compare

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.

ScrollStackController 1.1.0 - Swift 5.1+

24 Dec 08:06
Compare
Choose a tag to compare

Released on: 2019-12-24

CHANGELOG

  • #4 You can now create custom transitions to show or hide row

ScrollStackController - 1.0.3 (Swift 5+)

10 Dec 11:24
Compare
Choose a tag to compare

Released on: 2019-12-10

CHANGELOG

  • #2 Fix for reloadContentFromStackView delegate function which is called even at first setup.
  • #3 Add setRows() to setup rows directly by removing the current.

ScrollStackController - 1.0.2 (Swift 5+)

04 Nov 20:30
Compare
Choose a tag to compare

Released on 2019-11-04

CHANGELOG

  • #1 Fixed an issue with layoutIfNeeded() called unnecessarily multiple times in ScrollStackRow

ScrollStackController - 1.0.1 (Swift 5+)

16 Oct 13:30
Compare
Choose a tag to compare

Released on 2019-10-16

CHANGELOG

  • Fixed an issue with podspec which causes download of the framework to fails