Add a background image to tables in a navigation view in a tabbed application
Posted
by padatronic
on Stack Overflow
See other posts from Stack Overflow
or by padatronic
Published on 2010-05-21T11:27:43Z
Indexed on
2010/05/21
11:30 UTC
Read the original article
Hit count: 244
Hi people,
I have a tabbed application which then has a navigation controller. In each the navigation controller I an a table View Controller which obviously contains a table. I push a new table view controller from this one.
I want to put a background to the table but can only add an image infront of the table. I think this may be because I am adding the sub view in the table view controller, but I don't seem to be able to add it anywhere else.
Please could you help me, thanks.
© Stack Overflow or respective owner