cutmail's blog

write the code

2010-09-06から1日間の記事一覧

UITableViewの編集時に表示される「削除」ボタンの文字列内容を変更する方法

- (NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath { return @"削除しない"; }