Oooh... just had an idea... you can create tableViews without TableViewControllers. Just set your viewController as the delegate and datasource and it shouldn't be an issue.
Then you could add the tableView as a subview (as you can change it in interface builder if you want to...) and then add the section as a fixed section also by the same UIViewController
|