The NSDictionary / Hashtable interfaces that you added to CoronaCards is really nice. I may be missing it, but I did not see this in the core Corona SDK. If not already there, are guys thinking of porting this interface back into the core Corona SDK?
Hi Mark, there are places in the Lua API where we do this conversion before passing data back to the Lua side, e.g. push notifications (where Apple delivers an NSDictionary, and we convert it to a Lua table before sending the event to you).
Is there something more specific you had in mind wrt porting back to Corona?
BTW, we’re also doing something similar on the Android side we have in the works.
Hi Mark, there are places in the Lua API where we do this conversion before passing data back to the Lua side, e.g. push notifications (where Apple delivers an NSDictionary, and we convert it to a Lua table before sending the event to you).
Is there something more specific you had in mind wrt porting back to Corona?
BTW, we’re also doing something similar on the Android side we have in the works.