Hi everybody,
I’m looking for the iOS version of printTableValuesXY method that provided a good example for Android and can be found on the sample project
/Applications/CoronaEnterprise/Samples/SimpleLuaExtension
But when i look for the iOS sample code, there is just a empty code block
printTableValuesXY( lua\_State \*L ) { // TODO NSLog( @"printTableValuesXY() not implemented" ); // Return 0 since this Lua function does not return any values. return 0; }
Since i have not got any experience with Obj-C language therefore i have no idea to implement this. Thus would you please help me to provide these code?
Thanks so much and looking forward for your response!