We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a0aca commit 4408c09Copy full SHA for 4408c09
SwiftMessages/Layout.swift
@@ -24,6 +24,8 @@ public struct Layout {
24
public var min = Layout()
25
public var max = Layout()
26
27
+ public init() {}
28
+
29
public enum Boundary {
30
case superview
31
case safeArea
0 commit comments