In a Master-Detail app I\'d like to display a TableView with 5 sections titled:
You can init it in class method +initialize
static NSArray *_titles_1; @implementation MasterViewController + (void)initialize { _titles_1 = @[ @"Your Move", @"Their Move", @"Won Games", @"Lost Games", @"Options" ]; } @end