is it possible to cast NSArray into CFArrayRef(nee...
# kotlin-native
i
is it possible to cast NSArray into CFArrayRef(need to cast to CFArray) in ios specific module? getting cast exception for some reason
o
what if you use
interpretCPointer<CFArrayRefVar>(array.objcPtr())
?
s
138 Views