We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7eb48f commit 2bec3f3Copy full SHA for 2bec3f3
1 file changed
README.md
@@ -28,6 +28,22 @@ public struct UseAutoLayout<T: UIView> {
28
@UseAutoLayout var label = UILabel()
29
```
30
31
+
32
+## Installation
33
34
+Property wrappers are defined in Swift 5.1.
35
+Using @UseAutoLayout requires Xcode 11.0(and above) and Swift 5.1 toolchain
36
37
38
+### Swift Package Manager
39
40
+Add `.package(url: "https://github.com/bielikb/UseAutoLayout.git", from: "1.0.0")` to your
41
+`Package.swift` file's `dependencies`.
42
43
+If youre using Xcode 11.0, add this Swift Package to your target(s).
44
45
+——-
46
47
# Example
48
49

0 commit comments