rb
Aug 29, 2018 - 09:47
Hi what is the secret to getting a table view from ui designer to overlay onto a background such that only the text is visible and the cells have no background?
I have tried setting bg_color of data source and/or table view to none but it’s not happening.ie each cell is always white.
I can remove white separator lines using tableView.separator_color=(1,0,0,0).
Why won’t the same work for .bg_color and/or .background_color (and what is the difference between those two anyhow?)
Thanks in advance for any help :)
What am I missing here?

