Skip to content

Commit 0dea6e1

Browse files
committed
Merge branch 'release/1.3.3'
2 parents 573be69 + 53f856b commit 0dea6e1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-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.2"
3+
s.version = "1.3.3"
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,6 @@ open class ScrollStack: UIScrollView, UIScrollViewDelegate {
823823
self.prevVisibilityState.removeValue(forKey: row)
824824
})
825825

826-
self.stackDelegate?.scrollStackRowDidBecomeHidden(self, row: row, index: row.index!, state: .removed)
827826
return removedController
828827
}
829828

0 commit comments

Comments
 (0)