Is there any way to set a background view on a UITableViewController?
I try with the code I am using on a UIViewController, but the view comes over all
UIViewController
self.parentViewController.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"yourImage.png"]];