2010-10-02 2 views

ответ

0

Используйте этот метод UITableView:

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

Где editStyleRowInd индекс последней строки в таблице

+0

Я клянусь, что я удалил этот вопрос. Спасибо, в любом случае. – griotspeak