In a Master-Detail app I\'d like to display a TableView with 5 sections titled:
You can also do something like this:
static NSString * const strings[] = { [0] = @"string_1", [1] = @"string_2", [2] = @"string_3", [3] = @"string_4", // ... };
It's not an NSArray but you can access NSStrings like this strings[n]
NSArray
NSStrings
strings[n]