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

Lena Brusilovski

03/28/2021, 4:29 PM
How do i get CGRect from CValue<CGRect> ?
j

Jeff Lockhart

03/28/2021, 5:23 PM
With CValue use the useContents() function to receive a copy of the struct value in a lamda.
👍 1
30 Views