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 +