Hi, I have a question when I try to access ios li...
# multiplatform
h
Hi, I have a question when I try to access ios library in builtin some libraries are missing like below.
Copy code
SwiftUI.Image
platform.CoreGraphics.CGImage
is there any way to access them?
I’ll be appreciate if share me what kind of keyword I have to study.
I would like to try with c interop. but I dont’ know where is the header file of them.😥
a
I think you can't use pure Swift frameworks in Kotlin. So e.g. SwiftUI framework is unavailable.
h
Okay. Thanks for your answer 🙏
👍 1