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

jamshedalamqaderi

11/07/2023, 12:48 PM
Hello Guys, I need help to set transparent color in
UIKitView
. But i'm getting
white
background color. What to do in iosApp?
Copy code
UIKitView(
        factory = {
            uiView()
        },
        modifier = modifier,
        background = Color.Transparent,
    )
b

brandonmcansh

11/07/2023, 2:03 PM
Could you do it in factory or update (modifying the actual UIView)?
j

jamshedalamqaderi

11/07/2023, 2:04 PM
i've tried in uiview with
uiview.backgroundColor = UIColor.clear
but not working
u

लातों वाला भूत

11/07/2023, 3:13 PM
might be helpful
👍 1
3 Views