I'm trying to build a custom UITableView with custom cells and headers.
I have a subtle problem - when the table view's Cell scrolls underneath the Header, the shadow gets doubled. The header and the cell are both PNGs with transparency, and behind the table is a gradient that I want to show thru.
See the edge of the table in this screenshot:
How would I get rid of this doubling?