I have searched this forum, Google and other forums and have not found an the answer to my particular issue.
Basically, I have a UIView which contains
UIView
Sounds like the background color of your table view is set to white. Try setting the background of your table view to transparent:
tableView.backgroundColor = [ UIColor clearColor ] ; tableView.opaque = NO ;