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
For Swift use this,
self.tableView.backgroundView = UIImageView(image: UIImage(named: "backgroundImage.png"))