Is it possible to use the Compose component without implementing UIViewControllerRepresentable?
j
Jonathan
11/02/2023, 1:25 PM
Possibly, the UIVIewControllerRepresentable is used to host a UIViewController using Swift UI. If you’re not using SwiftUI you could just present the ComposeUIViewController as you would any other view controller.