https://kotlinlang.org logo
#compose-ios
Title
# compose-ios
v

vnycall74

11/02/2023, 8:14 AM
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.
3 Views