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
+1-57Lines changed: 1 addition & 57 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,64 +30,8 @@ This isn't recommended, but you can also put all the code files inside the direc
30
30
31
31
#Usage
32
32
33
-
Just `import ManualLayout` in your code and use the methods and properties provided by the library to layout your views.
33
+
Just `import ManualLayout` in your code and use the methods and properties provided by the library to layout your views. You can check out the cheat sheet below for a compact list of everything. There are also [example projects](https://github.com/isair/ManualLayout/tree/master/Examples) to get you started.
34
34
35
-
###A Simple Example
36
-
37
-
Here is the complete code for a basic view controller.
0 commit comments