Is it possible to use the Compose component withou...
# compose-ios
v
Is it possible to use the Compose component without implementing UIViewControllerRepresentable?
j
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.