How to call
Swift UI code in
Compose Multiplatform?
I have seen the official documentation and did thing like wrapping it in
UIKitView
but how do I actually call/ get access to that function in my common module
and also where do i actually call that swift ui code in swift
I didn’t understand the official documentation on this, it looks
Here’s the
link to official documentation reffering to this.
And
here is the code snippets and more explanation of what issue I am facing
edit: I am aware that we can use native UIKit apis in ios module but that’s not what I am trying to do