A question about toll-free bridging in iOS. For ex...
# kotlin-native
n
A question about toll-free bridging in iOS. For example when I call
CFBundleGetValueForInfoDictionaryKey
I get an object of type
CFTypeRef?
, but it’s bridged to
NSString *
automatically in Objective C. How do I get a Kotlin string out of
CFTypeRef?
?
s
n
I’ll try out this approach, thank you very much!