简体   繁体   中英

Is it possible to use storyboards to create a static table using UIViewController instead of UITableViewController?

I am hoping that it is possible to create static table with out using UITableViewController, but I haven't found the answer yet.

The reason I need to use a normal UIViewController is that I have items above where I need the table to start. Such as custom buttons, status indicator, images, and a toolbar. Here is an image so you can see what I am talking about.

在此处输入图片说明

I have multiple form fields and other things in each custom cell. Any help is appreciated.

您可以使用embed segue将UITableViewController嵌入到此处讨论UIViewController中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM