Skip to content

Instantly share code, notes, and snippets.

@kumamotone
Created February 6, 2020 10:21
Show Gist options
  • Save kumamotone/77f771bc6376f04d670ea8e31cf0cc5f to your computer and use it in GitHub Desktop.
Save kumamotone/77f771bc6376f04d670ea8e31cf0cc5f to your computer and use it in GitHub Desktop.
仮想的にUIHostingControllerのなかにぶちこんで高さを取得する
let canvas = swiftuiView
let hosting = UIHostingController(rootView: canvas)
hosting.view.frame = window.frame
window.addSubview(hosting.view)
window.makeKeyAndVisible()
hosting.view // これが UIView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment