titleForDeleteConfirmationButtonF
全部标签 您好,当用户在我的tableview中滑动uitableviewcell时,我正在尝试更改删除按钮中显示的文本。我在另一个问题线程中看到了一个例子,上面说要使用这个tableviewdelegate-(NSString*)tableView:(UITableView*)tableViewtitleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath*)indexPath我的问题是,我该如何使用这种方法。我不确定如何使用它。 最佳答案 在管理UITableView的Cont
您好,当用户在我的tableview中滑动uitableviewcell时,我正在尝试更改删除按钮中显示的文本。我在另一个问题线程中看到了一个例子,上面说要使用这个tableviewdelegate-(NSString*)tableView:(UITableView*)tableViewtitleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath*)indexPath我的问题是,我该如何使用这种方法。我不确定如何使用它。 最佳答案 在管理UITableView的Cont