Releases: malcommac/ScrollStackController
Releases · malcommac/ScrollStackController
ScrollStackController 1.3.1 - Swift 5.1+
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+
Released on: 2019-01-26
CHANGELOG
- #10 [FIX]Support for lightweight rows layouts using plain
UIViewinstances (without associatedUIViewControllers).
(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+
Released on: 2019-01-14
CHANGELOG
- #9 Removed unnecessary call to
layoutIfNeeded()inrowPaddingset property ofScrollStackRowin order to prevent multiple layout call which may causes AL errors.
ScrollStackController 1.2.2 - Swift 5.1+
Released on: 2019-01-14
CHANGELOG
- #8 Fixed an issue with
removeRowmethods which does not actually remove the cell from stack.
ScrollStackController 1.2.1 - Swift 5.1+
Released on: 2019-01-12
CHANGELOG
- #7
contentSizeis not correctly dispatched toscrollStackContentSizeDidChange()delegate function the first time you set content of the stack
ScrollStackController 1.2.0 - Swift 5.1+
Released on: 2019-01-12
CHANGELOG
- #5 Added
rowPaddingproperty to setup the insets of thecontentViewproperty of theScrollStackRow - #6 Added two new methods in
ScrollStackControllerDelegateprotocol:scrollStackDidUpdateLayout()to observer layout changes andscrollStackContentSizeDidChange()to observe changes incontentSizeof the stack view.
ScrollStackController 1.1.0 - Swift 5.1+
ScrollStackController - 1.0.3 (Swift 5+)
ScrollStackController - 1.0.2 (Swift 5+)
Released on 2019-11-04
CHANGELOG
- #1 Fixed an issue with
layoutIfNeeded()called unnecessarily multiple times inScrollStackRow
ScrollStackController - 1.0.1 (Swift 5+)
Released on 2019-10-16
CHANGELOG
- Fixed an issue with podspec which causes download of the framework to fails