Hi there,
I want a to create a tableview with transparent background, so you can only see the text in each row.
I tried hideBackground but it only hides the ends of the table not the actual rows.
In understand that a Corona table view is built on top of a widget.newScrollView() which handles the up/down scrolling, the spring-like behavior, and the momentum-based scrolling. So I guess what I want to make transparent is the scrollview within the tableView. I just don’t know how.
Can anyone point me in the right direction, please?
Best,