From 32f1ae7f7df9022a1dfeacc26ce95464c9987387 Mon Sep 17 00:00:00 2001 From: Per Ejeklint Date: Fri, 13 Oct 2017 11:31:28 +0200 Subject: [PATCH] Update docs.md (#461) I think top should be equal to safeAreaLayoutguide.snp.top --- docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.md b/docs.md index cf9dd1a..1d2fb6a 100644 --- a/docs.md +++ b/docs.md @@ -341,7 +341,7 @@ class MyViewController: UIVewController { self.view.addSubview(tableView) tableView.snp.makeConstraints { (make) -> Void in - make.top.equalTo(self.safeAreaLayoutGuide.snp.bottom) + make.top.equalTo(self.safeAreaLayoutGuide.snp.top) } } @@ -350,4 +350,4 @@ class MyViewController: UIVewController {

-
\ No newline at end of file +