You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ A declarative, expressive and efficient way to lay out your views.
16
16
**Declarative** | Tell the framework what the layout of your views should be and let the framework intelligently add/modify/remove constraints and views for you.
17
17
**Expressive** | Let your code visually express the hierarchy of your views.
18
18
**Flexible** | Write the same constraints you already do, using whatever autolayout constraint DSL you prefer.
19
-
**Small** | Small and readable Swift 4 codebase.
19
+
**Small** | Small and readable Swift 5 codebase.
20
20
21
21
[Usage](#usage) | [Updating to a new layout](#updating-to-a-new-layout) | [Installation](#installation) | [Requirements](#requirements)
22
22
|[Building on top of DeclarativeLayout](#building-on-top-of-declarativelayout)|
0 commit comments