The original version of my app contains a UITableViewController that is pushed onto the screen when it is called. In my updated version, I have replaced that view with a regular UIViewcontroller that contains a tableView so that I can have a few graphics above the tableView, and it looks a lot better.
However, I'm having a lot of trouble declaring a new dataSource/Delegate for the tableView, and I was wondering if there was an easy way to use the old tableViewController as a dataSource/Delegate for the new tableView.