I get this error:
[lua]?:0: attempt to index field ‘_scrollBar’ (a nil value)[/lua]
when I call this:
[lua]tableView:insertRow[/lua]
It works fine in the Simulator and on iOS.
I think something is getting placed into the row that it doesn’t like.
Is there a way to tell the library to just ignore _scrollBar if it’s nil or something? I’m not sure what’s causing this or what to do about it. I’m using Corona Enterprise to build the APKs. Thanks.