Hi,
I've been trying to create a transparent table view recently but I'm not having much luck. The idea is to have a MapView (or anything for an example...) underneath the table view (grouped) where the table cells are solid but the rest of the table view is transparent, showing the map behind.
What I've done so far is create a UITableView and set the background colour to clearColor
, however this isn't working too well! Can anyone help?
Thanks