2011-11-30 223 views
3

我想用自己的按鈕替換UITableView編輯風格中的默認刪除按鈕。怎麼做?UITableView刪除按鈕

-(NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath: 
(NSIndexPath *)indexPath 
{ 
return @"title!"; 
} 

這個編輯按鈕的標題。什麼有關更改按鈕的顏色.. 誰能幫我出

+0

你可以改變刪除按鈕 – Srinivas

回答