After spending a few days on the TableView and a dew other custom controls created in pure Lua and Gideros objects, I came across an important question, and hope that the community here can help me answer that.
What would you prefer, a "pure Lua" application or a Plug-in based component that might be specific to one platform only? I ask this question because if I put a Lua wrapper around the iOS tableView, I get a whole lot more functionality and features and takes less efforts/work than I have with the custom control, but then it works only on the iOS platform.
So which one is it?
Comments