Hello
I’ve been recently having trouble with controlling the height of the table view. You see in the example of the tableView the size of the tableView are small like this espicially when the code for height is set like this
for i = 1, 20 do list:insertRow{ height = 72, onRender = onRowRender, listener = onRowTouch } end
Originally the rows are suppose to be like this when the code is like
for i = 1, 20 do list:insertRow{ height = 72, onRender = onRowRender, listener = onRowTouch } end
So is why height tableview not working? This would make the height code useless since it does not make the height bigger. Also I’m using build 1095.