Hello Guys,
I’m looking for an example to send a map<string,string> from my Haxe extension to native iOS library, someone has done this before? I can’t find enough docs about how to achieve that. CFFI seems to be a kind of black box!
Thanks
Hello Guys,
I’m looking for an example to send a map<string,string> from my Haxe extension to native iOS library, someone has done this before? I can’t find enough docs about how to achieve that. CFFI seems to be a kind of black box!
Thanks
Can you convert to an array and pass that instead?
Yess we will go with this solution!
Thanks for the hint