Thanks for that,
I was using the default tableview in the Root view controller that didn't allow me to add anything behind it. I have now changed it to a window with a tableview, and an imageview behind it. Still having problems though. Let me explain what I have.
The views are all in IB and start with the default Main window nib. This has a view that displays the RootViewController nib where my list is. This all works without issue or error. On the RVC I can assign the image to the imageview and set the transparency of the tableview to 0%. In IB it looks great, but when I build the app to see it in the iPhone sim, the settings are ignored and I just see the white list as usual. I've tried cleaning the targets, but no change.
I have played with transparency in both the main window and RVC, but nothing seems to work. It looks like the MV is overriding the RVC.
Any suggestions?