On my app, I need to add a UIView to my UITableViewController. Right now, it's only letting me add it to the existing table view. What I want is to add it the UIView to my UITableViewController. Could someone help me with this? Thanks!
You can use UIViewController, then you will be able to add the UITableView and UIView . If you use the UITableViewController, you can't add UIView in it