We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c89cd5 commit 7cb6ed6Copy full SHA for 7cb6ed6
Sources/DeclarativeLayoutKit/Chaining/ExtraChains.swift
@@ -222,7 +222,7 @@ public extension UIButton {
222
}
223
224
public extension UIStackView {
225
- func arrangedLayoutMargin(_ insets: UIEdgeInsets) -> Self {
+ func arrangedLayoutMargins(_ insets: UIEdgeInsets) -> Self {
226
isLayoutMarginsRelativeArrangement = true
227
layoutMargins = insets
228
return self
0 commit comments