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 79a3921 commit 0a68303Copy full SHA for 0a68303
README.md
@@ -53,7 +53,7 @@ Modern AutoLayout wrappers like [SnapKit](https://github.com/SnapKit/SnapKit) ar
53
~~~swift
54
box.snp.makeConstraints { (make) -> Void in
55
make.width.height.equalTo(50)
56
- make.center.equalTo(view)
+ make.center.equalTo(self.view)
57
}
58
~~~
59
0 commit comments