https://kotlinlang.org logo
h

Hyun

07/03/2020, 12:18 AM
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

Arkadii Ivanov

07/03/2020, 9:54 AM
I think you can't use pure Swift frameworks in Kotlin. So e.g. SwiftUI framework is unavailable.
h

Hyun

07/03/2020, 9:55 AM
Okay. Thanks for your answer 🙏
👍 1
5 Views