2011-05-19 5 views

Respuesta

11

implementar los siguientes en su UITableViewDelegate:

- (NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath { 
    return @"Cancel"; 
} 
+0

gracias por la ayuda. –

Cuestiones relacionadas