From 55e93369c1e6010f193451018ebe525a326b0d4d Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Mon, 21 Oct 2024 14:28:14 -0400 Subject: [PATCH] Track a API change --- test-app/ios-uikit/TestApp/TestAppViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-app/ios-uikit/TestApp/TestAppViewController.swift b/test-app/ios-uikit/TestApp/TestAppViewController.swift index 84e2a0bff9..4db0de4cc9 100644 --- a/test-app/ios-uikit/TestApp/TestAppViewController.swift +++ b/test-app/ios-uikit/TestApp/TestAppViewController.swift @@ -40,7 +40,7 @@ class TestAppViewController : UIViewController { ) ExposedKt.bindWhenReady(content: content, view: treehouseView) - let tv = treehouseView.root.value + let tv = treehouseView.value tv.translatesAutoresizingMaskIntoConstraints = false self.view.addSubview(tv)