Skip to content

Commit

Permalink
Track a API change
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Oct 21, 2024
1 parent 55d2a67 commit 55e9336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-app/ios-uikit/TestApp/TestAppViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 55e9336

Please sign in to comment.