Update Usage Without Subclassing example code

This commit is contained in:
Drew Olbrich
2019-02-09 18:58:47 -08:00
parent 65c738f3e4
commit 551d94f52c
+1 -1
View File
@@ -255,7 +255,7 @@ class MyViewController: UIViewController {
lazy var scrollingContentViewManager = ScrollingContentViewManager(hostViewController: self)
var contentView = UIView()
let contentView = UIView()
override func viewDidLoad() {
super.viewDidLoad()