From 551d94f52cd374a0d376232b5b4590f72ce9834e Mon Sep 17 00:00:00 2001 From: Drew Olbrich Date: Sat, 9 Feb 2019 18:58:47 -0800 Subject: [PATCH] Update Usage Without Subclassing example code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebdd242..6d612fe 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ class MyViewController: UIViewController { lazy var scrollingContentViewManager = ScrollingContentViewManager(hostViewController: self) - var contentView = UIView() + let contentView = UIView() override func viewDidLoad() { super.viewDidLoad()