I have used storyboard to design a grouped tableView with simple, static content. I want to change the look of the section headers, but storyboard does not seem to offer this functionality, and I cannot determine how to get programmatic access to the section headers without building the interface from code.
For reference, the following SO question fully resolves the problem in the case that the dataSource is dynamic.
How to change text color for Section Headers in a Grouped TableView in iPhone SDK?
Is a similar solution possible where the content is STATIC and I am NOT implementing the UITableViewDataSource protocol?