https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
m

Mark Rebhan

09/21/2023, 6:27 PM
I am trying to create a
UIView
based off a Composable within the context of KMM. I am sort of able to do this using
ComposeUIViewController
, but I am unable to remove the white background that gets set in the overridden
loadView()
method. I am attempting to manually setting the background color to
clear
after the view is created, but that's not working. Wondering if there is a better way to create
UIView
backed by a Composable or how to change the background manually.
2 Views