Issue VC cells background color #2056
Description
Was looking to implement my pull to refresh ( Found here: #1580 ).
I'm getting an issue with the issue page (pun not intended 😄). The cells seem to have a transparent background color which works fine with the current PTR but for my custom one you can see it behind the cell once you start pulling down. (This is because the current/defualt one has an animation where the bottom of the refresh control animates into view and by the time its there the cell is far enough down that refresh control doesn't appear behind the cell)
Just curious how I would go about solving this. Add background to just title cell, add background to all cell (where would I do this)? Is there a specific reason cells don't have a background color other than the fact that they clearly didn't need one. I don't wanna mess something else up by giving them a background color.