Skip to content

Commit 83fa243

Browse files
author
Daniele Margutti
committed
Merge branch 'release/1.3.1'
2 parents d0de3e6 + 36dcb70 commit 83fa243

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ScrollStackController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ScrollStackController"
3-
s.version = "1.3.0"
3+
s.version = "1.3.1"
44
s.summary = "Create complex scrollable layout using UIViewController and simplify your code"
55
s.homepage = "https://github.com/malcommac/ScrollStackController"
66
s.license = { :type => "MIT", :file => "LICENSE" }

Sources/ScrollStackController/ScrollStack.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,8 +754,8 @@ open class ScrollStack: UIScrollView, UIScrollViewDelegate {
754754
}
755755

756756
rows.forEach {
757-
$0.askForCutomizedSizeOfContentView(animated: animated)
758757
($0.controller as? ScrollStackContainableController)?.reloadContentFromStackView(stackView: self, row: $0, animated: animated)
758+
$0.askForCutomizedSizeOfContentView(animated: animated)
759759
}
760760

761761
UIView.execute(animated: animated, {

0 commit comments

Comments
 (0)