Passing table/array from Lua-Corona to Native-iOS

Hi guys,

Is it possible to pass a table from Corona to iOS ? Or do I need to json  it ?

In the ‘SimpleLuaExtension’ iOS example, it is left as a ‘todo’.

Thanks

static int printArray( lua\_State \*L ) { // TODO NSLog( @"printArray() not implemented" ); // Return 0 since this Lua function does not return any values. return 0; }

Yes, it’s possible as an enterprise developer: https://docs.coronalabs.com/daily/native/ios/CoronaLuaIOS.html

Yes, it’s possible as an enterprise developer: https://docs.coronalabs.com/daily/native/ios/CoronaLuaIOS.html