Hi all, need help with ios specific code. I need t...
# multiplatform
i
Hi all, need help with ios specific code. I need to see view height, for that I want to use
view.bounds.height
, but bounds give me
CValue<CGRect>
instead of
CGRect
, how do I handle native stuff like this inside kotlin code? sorry guys, .useContents{ cgrect as this here} made it for me, thx