cocoaTouch/TeamSettingsViewController.m
changeset 3373 c1ff724a5c34
parent 3361 cfc6cd502f85
child 3479 972ae3ec178a
equal deleted inserted replaced
3372:5d3daec0d0b5 3373:c1ff724a5c34
    41     NSMutableArray *array = [[NSMutableArray alloc] initWithArray:contentsOfDir copyItems:YES];
    41     NSMutableArray *array = [[NSMutableArray alloc] initWithArray:contentsOfDir copyItems:YES];
    42     self.listOfTeams = array;
    42     self.listOfTeams = array;
    43     [array release];
    43     [array release];
    44     
    44     
    45     [self.tableView reloadData];
    45     [self.tableView reloadData];
    46     NSLog(@"files: %@", self.listOfTeams);
       
    47 }
    46 }
    48 
    47 
    49 // modifies the navigation bar to add the "Add" and "Done" buttons
    48 // modifies the navigation bar to add the "Add" and "Done" buttons
    50 -(void) toggleEdit:(id) sender {
    49 -(void) toggleEdit:(id) sender {
    51     BOOL isEditing = self.tableView.editing;
    50     BOOL isEditing = self.tableView.editing;