Skip to content

Commit 5723bb5

Browse files
committed
#9 Removed layoutIfNeeded() in rowPadding property set
1 parent bf70897 commit 5723bb5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)