I have a navigation based application that I push UITableViewControllers onto the stack. I would like to add a UImage background to all my UITableViewControllers . Not UIColor , but UImage . I know how to do this using a Nib file and setting the UITableView itself to use [UIColor ClearColor] , but I donโt want to go through all my UITableViewControllers and change them to Nib files, etc.
I also found this solution , which would be great if I just used one desktop controller in my application. I think there may be a way to make this work by adding a โbelowโ view of my table view, which is created by default in the UITableViewController ?
Any suggestions would be great.
iphone uitableview uiimage uinavigationcontroller
hookjd
source share