I have array of strings
NSMutableArray * nam = [[NSMutableArray alloc] initWithObjects:@"ZAZ", @"London", @"Australia",@"England", @"Dallas", @"Mexico", @"Russia", nil];
How I can create indexed TableView from this string alphabetically??? Like in "Contacts"! Or maybe somebody know some lessons with this problem?