ComposeUIViewController

annotation class ComposeUIViewController(val opaque: Boolean = true)

Used to annotate the @Composable as a desired ComposeUIViewController to be used by the iOS app.

Parameters

opaque

Determines whether the Compose view should have an opaque background. Warning: disabling opaque layer may affect performance.

Properties

Link copied to clipboard
val opaque: Boolean = true