jadhavp / JExpandableTableView

JExpandableTableView provides out of box support for expandable table cells
MIT License
54 stars 12 forks source link

background color #8

Open MVakas opened 6 years ago

MVakas commented 6 years ago

I'm unable to set background color of the tableView other than white.

MVakas commented 6 years ago

simulator screen shot - iphone 8 plus - 2018-10-03 at 20 28 30

MVakas commented 6 years ago

Well I achieved this by setting the background color of all the subviews of JExpandableTableView to clear. Not a very good approach though.