UITableView with static cells does not appear

前端 未结 5 1897
广开言路
广开言路 2020-11-28 04:44

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

5条回答
  •  广开言路
    2020-11-28 05:26

    You can add a Container View and embed a UITableViewController in that container. Then you can manage your static cells inside the new controller.

提交回复
热议问题