ComposeUIViewController
annotation class ComposeUIViewController(val frameworkBaseName: String = "", val opaque: Boolean = true)
Used to annotate the @Composable as a desired ComposeUIViewController to be used by the iOS app.
Parameters
frameworkBaseName
Kotlin Multiplatform library iOS targets framework base name
opaque
Determines whether the Compose view should have an opaque background. Warning: disabling opaque layer may affect performance.