2011-05-19 30 views

回答

11

實現你的UITableViewDelegate如下:

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

感謝您的幫助。 – 2011-05-19 09:39:30

相關問題