|
|
@@ -7,8 +7,8 @@ SnapKit is a DSL to make Auto Layout easy on both iOS and OS X.
|
|
|
[](https://cocoapods.org/pods/SnapKit)
|
|
|
[](https://github.com/Carthage/Carthage)
|
|
|
|
|
|
-#### ⚠️ **To use with Swift 4.x please ensure you are using >= 4.0.0** ⚠️
|
|
|
-#### ⚠️ **To use with Swift 5.x please ensure you are using >= 5.0.0** ⚠️
|
|
|
+#### ⚠️ **To use with Swift 4.x please ensure you are using >= 4.0.0** ⚠️
|
|
|
+#### ⚠️ **To use with Swift 5.x please ensure you are using >= 5.0.0** ⚠️
|
|
|
|
|
|
## Contents
|
|
|
|
|
|
@@ -105,6 +105,7 @@ class MyViewController: UIViewController {
|
|
|
super.viewDidLoad()
|
|
|
|
|
|
self.view.addSubview(box)
|
|
|
+ box.backgroundColor = .green
|
|
|
box.snp.makeConstraints { (make) -> Void in
|
|
|
make.width.height.equalTo(50)
|
|
|
make.center.equalTo(self.view)
|