NRIネットコムBlog
id:y-oka
【SwiftUI】UIKitで作成したUIViewControllerやUIViewをSwiftUI側で表示する方法
概要 環境 UIViewControllerRepresentableとUIViewRepresentable UIKit側の実装 SwiftUI側の実装 UIViewControllerRepresentableを使用して呼び出す まとめ 概要 UIKitで作成したUIViewControllerやUIViewをUIViewControllerRepresentableやUIViewRepresentableを使用してSwiftUI側で表示する方法をご紹介します。 環境 こ…