Skip to content

Instantly share code, notes, and snippets.

@minsOne
Last active August 29, 2015 14:00
Show Gist options
  • Save minsOne/11204257 to your computer and use it in GitHub Desktop.
Save minsOne/11204257 to your computer and use it in GitHub Desktop.
list.content.rows[i].reRender = true
for i = 1, #tableview._view._rows do
local theRow = tableview._view._rows[i]._border
theRow:setFillColor( 255, 255, 255, 0)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment