2010-10-02 3 views

Répondre

0

Utilisez cette méthode de UITableView:

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath 
{ 
    if(indexPath.row == editStyleRowInd){ 
     //any actions here 
    } 
} 

où l'indice editStyleRowInd de la dernière ligne de la table

+0

Je jure que je supprimé cette question. Merci, en tout cas. – griotspeak

Questions connexes