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.