We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0863985 commit 2489ed2Copy full SHA for 2489ed2
README.md
@@ -1,5 +1,7 @@
1
# JSONLayout
2
-iOS Auto Layout with JSON and VFL
+iOS Auto Layout with JSON and VFL.
3
+
4
+*Good for quick prototyping layouts with VFL and for reusable UI components.*
5
6
How to define layout in JSON:
7
```json
@@ -37,7 +39,7 @@ How to define layout in JSON:
37
39
}
38
40
41
```
-**Gotcha**: if the view class in not a part of `UIKit`, specify its full name including module, i.e. `MyApp.MyView`.
42
+*GOTCHA*: if the view class in not a part of `UIKit`, specify its full name including module, i.e. `MyApp.MyView`.
43
44
How to use it in code:
45
```swift
@@ -75,5 +77,5 @@ try? Layout(name: "layout").configure {
75
77
76
78
Carthage setup:
79
-github "maxvol/JSONLayout" ~> 0.1.0
80
+github "maxvol/JSONLayout" ~> 0.1.1
81
0 commit comments