I was trying to display something in static cells with a Table View.
First I create a Table View Controller in interface builder with static cells.
I never designate a custom UITableViewController
class, it works well.
But since I designate it to MyTableViewController
class, the table view displays nothing.
How to make static cells appear when using a custom UITableViewController
class?