Search code examples
iosinterface-builderuistoryboard

Add UIView to UITableViewController with Storyboards


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!


Solution

  • 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