Skip to content

Commit

Permalink
Merge branch 'release/1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Margutti committed Apr 21, 2020
2 parents d0de3e6 + 36dcb70 commit 83fa243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ScrollStackController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ScrollStackController"
s.version = "1.3.0"
s.version = "1.3.1"
s.summary = "Create complex scrollable layout using UIViewController and simplify your code"
s.homepage = "https://github.com/malcommac/ScrollStackController"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion Sources/ScrollStackController/ScrollStack.swift
Original file line number Diff line number Diff line change
Expand Up @@ -754,8 +754,8 @@ open class ScrollStack: UIScrollView, UIScrollViewDelegate {
}

rows.forEach {
$0.askForCutomizedSizeOfContentView(animated: animated)
($0.controller as? ScrollStackContainableController)?.reloadContentFromStackView(stackView: self, row: $0, animated: animated)
$0.askForCutomizedSizeOfContentView(animated: animated)
}

UIView.execute(animated: animated, {
Expand Down

0 comments on commit 83fa243

Please sign in to comment.