I have created a new Xcode project using Storyboards (tab view template). I added a couple of view controllers to my storyboard, and wanted to use a UITableView with static
You can add a Container View and embed a UITableViewController in that container. Then you can manage your static cells inside the new controller.