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?
Edit : Create UITableView follow link. Use newArray as tableview array
Sort your NSMutableArray alphabetically like this:
Use this newArray as
TableViewDataSourcearray for alphabetically ordered cells