Comment puis-je obtenir de la Chaîne de valeur de NSMutableArray

Code:

[self.menuList addObject:[NSDictionary dictionaryWithObjectsAndKeys:
                                       NSLocalizedString(@"PropertySubtype2fTitle", @""), 
                                       kTitleKey,
                                       publishNoOfRoomsViewController, 
                                       kViewControllerKey, nil]];

menuList est un NSMutableArray.

Je veux lire la PropertySubtype2fTitle chaîne localisée plus tard dans le code, comme dans:

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
InformationsquelleAutor Sharief | 2010-02-26