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

Cherrio LLC

10/03/2023, 2:13 PM
@Dima Avdeev is it an intended behavior for the
update
callback of the
UIKitView
interop composable be called twice? First when it created and when there’s an update
v

Vlad

10/03/2023, 2:55 PM
It is called also on every recomposition
👍 2
d

Dima Avdeev

10/12/2023, 9:18 AM
Yes, it should called on recompositions
a

Angga Ardinata

10/18/2023, 12:07 AM
@Dima Avdeev can i change the UIKitView background to Transparent ? or it cant ? because i cant change it to transparent color
im wrapping a LottieAnimation like this
And Call the implementation like this
But i got white background instead of transparent
d

Dima Avdeev

10/24/2023, 1:29 PM
Sorry, but for now we don't support transparet backgroud
4 Views