Skip to content

Commit aeeb41b

Browse files
committed
Merge branch 'release/1.2.3'
2 parents 5be9ba4 + 5ede022 commit aeeb41b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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.2.2"
3+
s.version = "1.2.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" }

ScrollStackController.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@
623623
INFOPLIST_FILE = ScrollStackControllerDemo/Info.plist;
624624
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
625625
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
626-
MARKETING_VERSION = 1.2.2;
626+
MARKETING_VERSION = 1.2.3;
627627
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
628628
MTL_FAST_MATH = YES;
629629
PRODUCT_BUNDLE_IDENTIFIER = com.danielemargutti.ScrollStackControllerDemo;
@@ -651,7 +651,7 @@
651651
INFOPLIST_FILE = ScrollStackControllerDemo/Info.plist;
652652
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
653653
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
654-
MARKETING_VERSION = 1.2.2;
654+
MARKETING_VERSION = 1.2.3;
655655
MTL_FAST_MATH = YES;
656656
PRODUCT_BUNDLE_IDENTIFIER = com.danielemargutti.ScrollStackControllerDemo;
657657
PRODUCT_NAME = "$(TARGET_NAME)";

Sources/ScrollStackController/ScrollStackRow.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ open class ScrollStackRow: UIView, UIGestureRecognizerDelegate {
153153
open var rowPadding: UIEdgeInsets {
154154
didSet {
155155
paddingConstraints?.updateInsets(rowPadding)
156-
layoutIfNeeded()
157156
}
158157
}
159158

0 commit comments

Comments
 (0)