We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96672e commit 5e0e44cCopy full SHA for 5e0e44c
README.md
@@ -18,7 +18,7 @@ Add the following line to your [Cartfile](https://github.com/Carthage/Carthage/b
18
github "isair/ManualLayout"
19
```
20
21
-Then do `carthage update`.
+Then do `carthage update`. After that, add the framework to your project.
22
23
###[Cocoapods](https://github.com/CocoaPods/CocoaPods)
24
@@ -58,7 +58,7 @@ Replace the word "layer" with "view" for the UIView methods.
58
59
```swift
60
func centerInSuperlayer()
61
-func centerDimensionInSuperlayer(dimension: ManualLayoutDimension)
+func centerDimensionInSuperlayer(dimension: ManualLayoutDimension) // .X or .Y
62
63
64
More coming soon.
0 commit comments