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 83ae784 commit d549b28Copy full SHA for d549b28
Sources/DeclarativeLayoutKit/Chaining/ExtraChains.swift
@@ -220,3 +220,11 @@ public extension UIButton {
220
return self
221
}
222
223
+
224
+public extension UIStackView {
225
+ func arrangedLayoutMargin(_ insets: UIEdgeInsets) -> Self {
226
+ isLayoutMarginsRelativeArrangement = true
227
+ layoutMargins = insets
228
+ return self
229
+ }
230
+}
0 commit comments