We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b98e5c8 + 14564ba commit 8e9b566Copy full SHA for 8e9b566
1 file changed
Sources/ScrollStackController/ScrollStackRow.swift
@@ -63,6 +63,9 @@ open class ScrollStackRow: UIView, UIGestureRecognizerDelegate {
63
/// It's automatically managed when you change the axis of the parent stackview.
64
internal var separatorAxis: NSLayoutConstraint.Axis = .horizontal {
65
didSet {
66
+ guard separatorAxis != oldValue else {
67
+ return
68
+ }
69
didUpdateSeparatorViewContraintsIfNeeded()
70
didUpdateSeparatorAxis()
71
didUpdateSeparatorInsets()
0 commit comments