From 8fbe3c18bd30eb27edbdcd071ef19f492caa6c72 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Wed, 27 Jan 2016 01:12:32 +1300 Subject: [PATCH] Touch readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 031dcb2..573e5e6 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ import SnapKit class MyViewController: UIViewController { lazy var box = UIView() - + override func viewDidLoad() { super.viewDidLoad() - + self.view.addSubview(box) box.snp_makeConstraints { (make) -> Void in make.width.height.equalTo(50) @@ -26,6 +26,7 @@ class MyViewController: UIViewController { } ``` + ## Resources * [Documentation](http://snapkit.io/docs/)